Skip to content

Commit 3ea8a3a

Browse files
committed
Removed debug print statement
1 parent 2e64395 commit 3ea8a3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Interlace/lib/core/input.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def process_commands(arguments):
6666
final_commands = set()
6767
output = OutputHelper(arguments)
6868

69-
print(arguments.exclusions)
70-
7169
if "," in arguments.port:
7270
ports = arguments.port.split(",")
7371
elif "-" in arguments.port:

0 commit comments

Comments
 (0)