mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +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):
|
def update_highlighted_task_id(self):
|
||||||
task = tool.Sequence.get_highlighted_task()
|
task = tool.Sequence.get_highlighted_task()
|
||||||
self.highlighted_task_id = task.id() if task else 0
|
self.highlighted_task_id = task.id() if task else 0
|
||||||
print("current Task ID: " + str(self.highlighted_task_id))
|
|
||||||
tool.Sequence.load_task_properties()
|
tool.Sequence.load_task_properties()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user