diff --git a/BuiltInSearchResults.py b/BuiltInSearchResults.py index 0aead07..c35be2d 100644 --- a/BuiltInSearchResults.py +++ b/BuiltInSearchResults.py @@ -1,4 +1,3 @@ -print("Loaded file BuiltInSearchResults.py") # You can add your own result proviers and action/tooltip handlers, by importing this module and calling the registration functions as follows. # We use wrapper functions which import the actual implementation and call it, in order to avoid loading too much code during startup. diff --git a/GetItemGroups.py b/GetItemGroups.py index 13369ac..42b1bd3 100644 --- a/GetItemGroups.py +++ b/GetItemGroups.py @@ -1,4 +1,3 @@ -print("Loaded file GetItemGroups.py") globalGroups = [] itemGroups = None diff --git a/IndentedItemDelegate.py b/IndentedItemDelegate.py index b328d2a..aff7046 100644 --- a/IndentedItemDelegate.py +++ b/IndentedItemDelegate.py @@ -1,4 +1,3 @@ -print("Loaded file IndentedItemDelegate.py") from PySide import QtGui # Inspired by https://stackoverflow.com/a/5443220/324969 diff --git a/InitGui.py b/InitGui.py index 723b969..0beb9e7 100644 --- a/InitGui.py +++ b/InitGui.py @@ -1,4 +1,3 @@ -print("Loaded file InitGui.py") # Avoid garbage collection by storing the action in a global variable wax = None diff --git a/RefreshTools.py b/RefreshTools.py index a7cfc76..7a15a03 100644 --- a/RefreshTools.py +++ b/RefreshTools.py @@ -1,4 +1,3 @@ -print("Loaded file RefreshTools.py") import os import FreeCAD as App diff --git a/ResultsDocument.py b/ResultsDocument.py index 1b7accc..0050c28 100644 --- a/ResultsDocument.py +++ b/ResultsDocument.py @@ -1,4 +1,3 @@ -print("Loaded file ResultsDocument.py") from PySide import QtGui from PySide import QtCore import FreeCAD as App diff --git a/ResultsPreferences.py b/ResultsPreferences.py index d74ebc8..b1a97d0 100644 --- a/ResultsPreferences.py +++ b/ResultsPreferences.py @@ -1,4 +1,3 @@ -print("Loaded file ResultsPreferences.py") import os import FreeCAD as App from PySide import QtGui diff --git a/ResultsRefreshTools.py b/ResultsRefreshTools.py index 08ea1a6..74859a9 100644 --- a/ResultsRefreshTools.py +++ b/ResultsRefreshTools.py @@ -1,4 +1,3 @@ -print("Loaded file ResultsRefreshTools.py") import os from PySide import QtGui import Serialize diff --git a/ResultsToolbar.py b/ResultsToolbar.py index 6833c69..f2dd122 100644 --- a/ResultsToolbar.py +++ b/ResultsToolbar.py @@ -1,4 +1,3 @@ -print("Loaded file ResultsToolbar.py") from PySide import QtGui import FreeCADGui import Serialize diff --git a/SafeViewer.py b/SafeViewer.py index 25f632b..92a2249 100644 --- a/SafeViewer.py +++ b/SafeViewer.py @@ -1,4 +1,3 @@ -print("Loaded file SafeViewer.py") from PySide import QtGui class SafeViewer(QtGui.QWidget): diff --git a/SearchBox.py b/SearchBox.py index b7ffa5d..51f7c49 100644 --- a/SearchBox.py +++ b/SearchBox.py @@ -1,4 +1,3 @@ -print("Loaded file SearchBox.py") import os from PySide import QtGui from PySide import QtCore diff --git a/SearchBoxLight.py b/SearchBoxLight.py index 3df035b..2e39d1e 100644 --- a/SearchBoxLight.py +++ b/SearchBoxLight.py @@ -1,4 +1,3 @@ -print("Loaded file SearchBoxLight.py") from PySide import QtGui from PySide import QtCore diff --git a/SearchResults.py b/SearchResults.py index bff4116..58252fa 100644 --- a/SearchResults.py +++ b/SearchResults.py @@ -1,4 +1,3 @@ -print("Loaded file SearchResults.py") actionHandlers = { } toolTipHandlers = { } resultProvidersCached = { } diff --git a/Serialize.py b/Serialize.py index b7dc305..3b891ba 100644 --- a/Serialize.py +++ b/Serialize.py @@ -1,4 +1,3 @@ -print("Loaded file Serialize.py") from PySide import QtCore from PySide import QtGui import json diff --git a/TODO.py b/TODO.py index 9ab37c2..e99f016 100644 --- a/TODO.py +++ b/TODO.py @@ -1,4 +1,3 @@ -print("Loaded file TODO.py") import os import FreeCAD as App from PySide import QtGui