Reduced logging for pocket ops again.

This commit is contained in:
Markus Lampert
2017-08-19 14:55:23 -07:00
committed by Yorik van Havre
parent 5cf63ae2de
commit 69e5f791a2
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ __url__ = "http://www.freecadweb.org"
__doc__ = "Class and implementation of Mill Facing operation."
if True:
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else:

View File

@@ -32,7 +32,7 @@ from PySide import QtCore
__doc__ = "Class and implementation of the Pocket operation."
if True:
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else:

View File

@@ -33,7 +33,7 @@ __author__ = "sliptonic (Brad Collette)"
__url__ = "http://www.freecadweb.org"
__doc__ = "Base class and implementation for Path pocket operations."
if True:
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else: