Skip to content

Commit 6661a4c

Browse files
committed
removed debugs
1 parent f75ea5a commit 6661a4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Interlace/lib/core/input.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def starts_and_ends_with(string, character):
121121
SAFE_TARGET = "_safe-target_"
122122
for task in tasks:
123123
command = task.name()
124-
print(command)
125124
if TARGET_VAR in command or HOST_VAR in command or SAFE_TARGET in command:
126125
for dirty_target in itertools.chain(str_targets, ipset_targets):
127126
yielded_task = task.clone()

0 commit comments

Comments
 (0)