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.
|
||||
# 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 = []
|
||||
|
||||
itemGroups = None
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file IndentedItemDelegate.py")
|
||||
from PySide import QtGui
|
||||
|
||||
# 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
|
||||
wax = None
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file RefreshTools.py")
|
||||
import os
|
||||
import FreeCAD as App
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file ResultsDocument.py")
|
||||
from PySide import QtGui
|
||||
from PySide import QtCore
|
||||
import FreeCAD as App
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file ResultsPreferences.py")
|
||||
import os
|
||||
import FreeCAD as App
|
||||
from PySide import QtGui
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file ResultsRefreshTools.py")
|
||||
import os
|
||||
from PySide import QtGui
|
||||
import Serialize
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file ResultsToolbar.py")
|
||||
from PySide import QtGui
|
||||
import FreeCADGui
|
||||
import Serialize
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file SafeViewer.py")
|
||||
from PySide import QtGui
|
||||
|
||||
class SafeViewer(QtGui.QWidget):
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file SearchBox.py")
|
||||
import os
|
||||
from PySide import QtGui
|
||||
from PySide import QtCore
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file SearchBoxLight.py")
|
||||
from PySide import QtGui
|
||||
from PySide import QtCore
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file SearchResults.py")
|
||||
actionHandlers = { }
|
||||
toolTipHandlers = { }
|
||||
resultProvidersCached = { }
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
print("Loaded file Serialize.py")
|
||||
from PySide import QtCore
|
||||
from PySide import QtGui
|
||||
import json
|
||||
|
|
Loading…
Reference in New Issue
Block a user