From 6661a4ca23f0a7b3442e87e7eaa6b6fc0e3197e1 Mon Sep 17 00:00:00 2001 From: prodigysml Date: Sat, 8 Apr 2023 12:33:05 +1000 Subject: [PATCH] removed debugs --- 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 c1c28d9..4a04ea6 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -121,7 +121,6 @@ class InputHelper(object): SAFE_TARGET = "_safe-target_" for task in tasks: command = task.name() - print(command) if TARGET_VAR in command or HOST_VAR in command or SAFE_TARGET in command: for dirty_target in itertools.chain(str_targets, ipset_targets): yielded_task = task.clone()