summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
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,