diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index e813615..f00e2b9 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -191,7 +191,6 @@ class InputHelper(object): add_task(new_task, tasks, temp) else: new_task.replace("_target_", dirty_target) - print(dirty_target) add_task(new_task, tasks, temp) return tasks