mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
stop committing print statements
This commit is contained in:
@@ -99,7 +99,6 @@ def update_active_task_index(self, context):
|
||||
def update_highlighted_task_id(self):
|
||||
task = tool.Sequence.get_highlighted_task()
|
||||
self.highlighted_task_id = task.id() if task else 0
|
||||
print("current Task ID: " + str(self.highlighted_task_id))
|
||||
tool.Sequence.load_task_properties()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user