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 7226ef5 commit eee7446Copy full SHA for eee7446
Interlace/lib/core/input.py
@@ -212,7 +212,6 @@ def parse_and_group_target_specs(target_specs, nocidr):
212
213
for i in target_spec:
214
ips_list.append(str(i))
215
- print(f"updating: {target_spec}")
216
return (str_targets, set(ips_list))
217
218
str_targets, ipset_targets = parse_and_group_target_specs(
0 commit comments