mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 06:44:23 +01:00
removed debugs
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user