removed debugs

This commit is contained in:
prodigysml
2023-04-08 12:33:05 +10:00
parent f75ea5a4c4
commit 6661a4ca23

View File

@@ -121,7 +121,6 @@ class InputHelper(object):
SAFE_TARGET = "_safe-target_" SAFE_TARGET = "_safe-target_"
for task in tasks: for task in tasks:
command = task.name() command = task.name()
print(command)
if TARGET_VAR in command or HOST_VAR in command or SAFE_TARGET in 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): for dirty_target in itertools.chain(str_targets, ipset_targets):
yielded_task = task.clone() yielded_task = task.clone()