Disabled debugging comments

This commit is contained in:
Markus Lampert
2022-02-22 15:40:56 -08:00
committed by mlampert
parent e4fb163cc1
commit e00e1b3591
2 changed files with 13 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ def elevatorRadius(obj, center, internal, tool):
return dy
def comment(path, msg):
if True:
if False:
path.append(Path.Command("(------- {} -------)".format(msg)))
class _ThreadInternal(object):