Path: LGTM cleanup

This commit is contained in:
Russell Johnson
2021-08-27 22:37:32 -05:00
parent 28c51d6f39
commit 45529de1f0
7 changed files with 18 additions and 35 deletions

View File

@@ -33,11 +33,9 @@ __author__ = "sliptonic (Brad Collette)"
__url__ = "http://www.freecadweb.org"
__doc__ = "Path Custom object and FreeCAD command"
if False:
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())
# Qt translation handling