summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-10 17:00:31 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-10 17:00:31 -0500
commitedf7932e0693400c806e97b47f8cf4347d33a6bb (patch)
treedbde148a6d461286d6707336d1b9b8bb8af6538a /QMTest
parentf6f2d97258aaee87385b8b867804f97ea1bd2bde (diff)
downloadscons-edf7932e0693400c806e97b47f8cf4347d33a6bb.tar.gz
remove debug logic
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestCmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/QMTest/TestCmd.py b/QMTest/TestCmd.py
index b97f1032..96e07a98 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,