Skip to content

Commit 3529f42

Browse files
authored
Merge pull request #153 from 0xtavian/master
Removed some print statements
2 parents a524055 + eee7446 commit 3529f42

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Interlace/interlace.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ def task_queue_generator_func(arguments, output, repeat):
1717
for task in tasks_iterator:
1818
output.terminal(Level.THREAD, task.name(), "Added to Queue")
1919
yield task
20-
print('Generated {} commands in total'.format(tasks_count))
21-
print('Repeat set to {}'.format(repeat))
22-
2320

2421
def main():
2522
parser = InputParser()

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)