Cleanup: removed debug messages

This commit is contained in:
Suzanne Soy 2021-10-06 04:24:23 +01:00
parent 80b79e886a
commit 004dd3edfd
15 changed files with 0 additions and 15 deletions

View File

@ -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.

View File

@ -1,4 +1,3 @@
print("Loaded file GetItemGroups.py")
globalGroups = []
itemGroups = None

View File

@ -1,4 +1,3 @@
print("Loaded file IndentedItemDelegate.py")
from PySide import QtGui
# Inspired by https://stackoverflow.com/a/5443220/324969

View File

@ -1,4 +1,3 @@
print("Loaded file InitGui.py")
# Avoid garbage collection by storing the action in a global variable
wax = None

View File

@ -1,4 +1,3 @@
print("Loaded file RefreshTools.py")
import os
import FreeCAD as App

View File

@ -1,4 +1,3 @@
print("Loaded file ResultsDocument.py")
from PySide import QtGui
from PySide import QtCore
import FreeCAD as App

View File

@ -1,4 +1,3 @@
print("Loaded file ResultsPreferences.py")
import os
import FreeCAD as App
from PySide import QtGui

View File

@ -1,4 +1,3 @@
print("Loaded file ResultsRefreshTools.py")
import os
from PySide import QtGui
import Serialize

View File

@ -1,4 +1,3 @@
print("Loaded file ResultsToolbar.py")
from PySide import QtGui
import FreeCADGui
import Serialize

View File

@ -1,4 +1,3 @@
print("Loaded file SafeViewer.py")
from PySide import QtGui
class SafeViewer(QtGui.QWidget):

View File

@ -1,4 +1,3 @@
print("Loaded file SearchBox.py")
import os
from PySide import QtGui
from PySide import QtCore

View File

@ -1,4 +1,3 @@
print("Loaded file SearchBoxLight.py")
from PySide import QtGui
from PySide import QtCore

View File

@ -1,4 +1,3 @@
print("Loaded file SearchResults.py")
actionHandlers = { }
toolTipHandlers = { }
resultProvidersCached = { }

View File

@ -1,4 +1,3 @@
print("Loaded file Serialize.py")
from PySide import QtCore
from PySide import QtGui
import json

View File

@ -1,4 +1,3 @@
print("Loaded file TODO.py")
import os
import FreeCAD as App
from PySide import QtGui