From bc6d4a4fb7e2b11d6923b207cf3f2e305ef423ed Mon Sep 17 00:00:00 2001 From: prodigysml Date: Wed, 12 Feb 2020 21:03:01 +1100 Subject: [PATCH] Removed debug print --- Interlace/lib/core/input.py | 1 - 1 file changed, 1 deletion(-) 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