Cleanup: removed debug messages
This commit is contained in:
parent
80b79e886a
commit
004dd3edfd
|
@ -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.
|
# 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.
|
# We use wrapper functions which import the actual implementation and call it, in order to avoid loading too much code during startup.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file GetItemGroups.py")
|
|
||||||
globalGroups = []
|
globalGroups = []
|
||||||
|
|
||||||
itemGroups = None
|
itemGroups = None
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file IndentedItemDelegate.py")
|
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
|
|
||||||
# Inspired by https://stackoverflow.com/a/5443220/324969
|
# Inspired by https://stackoverflow.com/a/5443220/324969
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file InitGui.py")
|
|
||||||
# Avoid garbage collection by storing the action in a global variable
|
# Avoid garbage collection by storing the action in a global variable
|
||||||
wax = None
|
wax = None
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file RefreshTools.py")
|
|
||||||
import os
|
import os
|
||||||
import FreeCAD as App
|
import FreeCAD as App
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file ResultsDocument.py")
|
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
from PySide import QtCore
|
from PySide import QtCore
|
||||||
import FreeCAD as App
|
import FreeCAD as App
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file ResultsPreferences.py")
|
|
||||||
import os
|
import os
|
||||||
import FreeCAD as App
|
import FreeCAD as App
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file ResultsRefreshTools.py")
|
|
||||||
import os
|
import os
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
import Serialize
|
import Serialize
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file ResultsToolbar.py")
|
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
import FreeCADGui
|
import FreeCADGui
|
||||||
import Serialize
|
import Serialize
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file SafeViewer.py")
|
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
|
|
||||||
class SafeViewer(QtGui.QWidget):
|
class SafeViewer(QtGui.QWidget):
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file SearchBox.py")
|
|
||||||
import os
|
import os
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
from PySide import QtCore
|
from PySide import QtCore
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file SearchBoxLight.py")
|
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
from PySide import QtCore
|
from PySide import QtCore
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file SearchResults.py")
|
|
||||||
actionHandlers = { }
|
actionHandlers = { }
|
||||||
toolTipHandlers = { }
|
toolTipHandlers = { }
|
||||||
resultProvidersCached = { }
|
resultProvidersCached = { }
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
print("Loaded file Serialize.py")
|
|
||||||
from PySide import QtCore
|
from PySide import QtCore
|
||||||
from PySide import QtGui
|
from PySide import QtGui
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in New Issue
Block a user