We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75ea5a commit 6661a4cCopy full SHA for 6661a4c
Interlace/lib/core/input.py
@@ -121,7 +121,6 @@ def starts_and_ends_with(string, character):
121
SAFE_TARGET = "_safe-target_"
122
for task in tasks:
123
command = task.name()
124
- print(command)
125
if TARGET_VAR in command or HOST_VAR in command or SAFE_TARGET in command:
126
for dirty_target in itertools.chain(str_targets, ipset_targets):
127
yielded_task = task.clone()
0 commit comments