Skip to content

Commit 7226ef5

Browse files
authored
Update interlace.py
1 parent a524055 commit 7226ef5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
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()

0 commit comments

Comments
 (0)