From 7226ef55733c89a3c81539295bbc708902b3f87d Mon Sep 17 00:00:00 2001 From: 0xtavian <21030907+0xtavian@users.noreply.github.com> Date: Fri, 14 Jan 2022 02:51:28 +0000 Subject: [PATCH 1/2] Update interlace.py --- Interlace/interlace.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Interlace/interlace.py b/Interlace/interlace.py index 0c44d7e..0303911 100644 --- a/Interlace/interlace.py +++ b/Interlace/interlace.py @@ -17,9 +17,6 @@ def task_queue_generator_func(arguments, output, repeat): for task in tasks_iterator: output.terminal(Level.THREAD, task.name(), "Added to Queue") yield task - print('Generated {} commands in total'.format(tasks_count)) - print('Repeat set to {}'.format(repeat)) - def main(): parser = InputParser() From eee744658cddab016a817009c8e8d10a4085ee7a Mon Sep 17 00:00:00 2001 From: 0xtavian <21030907+0xtavian@users.noreply.github.com> Date: Fri, 14 Jan 2022 02:54:58 +0000 Subject: [PATCH 2/2] Update input.py --- Interlace/lib/core/input.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index 79b1579..76cae1a 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -212,7 +212,6 @@ class InputHelper(object): for i in target_spec: ips_list.append(str(i)) - print(f"updating: {target_spec}") return (str_targets, set(ips_list)) str_targets, ipset_targets = parse_and_group_target_specs(