From 8e020466acb6c37626fc20b604af677fd94441eb Mon Sep 17 00:00:00 2001 From: ProDigySML Date: Sun, 6 Jan 2019 04:37:39 -0800 Subject: [PATCH] Removed the debug statement --- 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 3360b50..527ea3c 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -71,7 +71,6 @@ class InputHelper(object): ports = list(range(int(tmp_ports[0]), int(tmp_ports[1]) + 1)) else: ports = [arguments.port] - print(ports) # process targets first