Removed debug print statement

This commit is contained in:
ProDigySML
2019-01-08 19:16:12 -08:00
parent 2e6439561d
commit 3ea8a3ad1f

View File

@@ -66,8 +66,6 @@ class InputHelper(object):
final_commands = set()
output = OutputHelper(arguments)
print(arguments.exclusions)
if "," in arguments.port:
ports = arguments.port.split(",")
elif "-" in arguments.port: