Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert committed Nov 29, 2019
1 parent 3a23ea2 commit b50b74f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/Mod/Path/PathScripts/PathJobCmd.py
Expand Up @@ -39,13 +39,8 @@
def translate(context, text, disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)

LOGLEVEL = False

if LOGLEVEL:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else:
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
#PathLog.trackModule(PathLog.thisModule())

class CommandJobCreate:
'''
Expand Down Expand Up @@ -186,5 +181,5 @@ def Execute(cls, job, path, dialog=None):
FreeCADGui.addCommand('Path_Job', CommandJobCreate())
FreeCADGui.addCommand('Path_ExportTemplate', CommandJobTemplateExport())

FreeCAD.Console.PrintLog("Loading PathJobGui... done\n")
FreeCAD.Console.PrintLog("Loading PathJobCmd... done\n")

0 comments on commit b50b74f

Please sign in to comment.