stop committing print statements

This commit is contained in:
Sigma Dimensions (Yass)
2023-08-21 13:30:20 +01:00
parent 29e000b939
commit d3e8da58dc
@@ -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()