summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-10 22:00:31 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-10 22:00:31 (GMT)
commit2968cb59b7c8a7a634cca60a3afafd0132bfa683 (patch)
treedbde148a6d461286d6707336d1b9b8bb8af6538a /QMTest
parent029cc649663f8e833a380018c73144b6c8c4c2fe (diff)
downloadSCons-2968cb59b7c8a7a634cca60a3afafd0132bfa683.zip
SCons-2968cb59b7c8a7a634cca60a3afafd0132bfa683.tar.gz
SCons-2968cb59b7c8a7a634cca60a3afafd0132bfa683.tar.bz2
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 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,