From 2968cb59b7c8a7a634cca60a3afafd0132bfa683 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 10 Mar 2017 17:00:31 -0500 Subject: remove debug logic --- QMTest/TestCmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py index b97f103..96e07a9 100644 --- a/QMTest/TestCmd.py +++ b/QMTest/TestCmd.py @@ -1355,7 +1355,6 @@ class TestCmd(object): if timeout: self.timer = threading.Timer(float(timeout), self._timeout) self.timer.start() - print("CMD:%s"%cmd) p = Popen(cmd, stdin=stdin, stdout=subprocess.PIPE, -- cgit v0.12