Skip to content

Commit eee7446

Browse files
authored
Update input.py
1 parent 7226ef5 commit eee7446

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
@@ -212,7 +212,6 @@ def parse_and_group_target_specs(target_specs, nocidr):
212212

213213
for i in target_spec:
214214
ips_list.append(str(i))
215-
print(f"updating: {target_spec}")
216215
return (str_targets, set(ips_list))
217216

218217
str_targets, ipset_targets = parse_and_group_target_specs(

0 commit comments

Comments
 (0)