Skip to content

Commit

Permalink
debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
microelly2 committed Jul 15, 2015
1 parent 0ef29d6 commit 73bf481
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions InitGui.py
Expand Up @@ -406,6 +406,7 @@ def reload(self):
PluginManager.pluginloader=t
t.setParams()


PluginManager.show()
PluginManager.toolbar=0
PluginManager.toolbars=[]
Expand Down
4 changes: 2 additions & 2 deletions keyfilter.py
Expand Up @@ -44,8 +44,8 @@ def __init__(self):
self.stack=[]
self.editmode=False
self.pos=None
self.debug=False
self.debug=True
#self.debug=False
self.debug=FreeCAD.ParamGet('User parameter:Plugins').GetBool('EventFilterDebug')

def eventFilter(self, o, e):
z=str(e.type())
Expand Down
4 changes: 2 additions & 2 deletions pluginloader.py
Expand Up @@ -235,8 +235,8 @@ def on_pushButton03_clicked(self):

def transformkeylist(base,liste,val):
key=liste.pop(0)
say(base)
say(key)
#say(base)
#say(key)
if base.has_key(key) and len(liste) !=0:
transformkeylist(base[key],liste,val)
else:
Expand Down

0 comments on commit 73bf481

Please sign in to comment.