diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-03-10 22:00:31 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-03-10 22:00:31 (GMT) |
commit | 2968cb59b7c8a7a634cca60a3afafd0132bfa683 (patch) | |
tree | dbde148a6d461286d6707336d1b9b8bb8af6538a /QMTest | |
parent | 029cc649663f8e833a380018c73144b6c8c4c2fe (diff) | |
download | SCons-2968cb59b7c8a7a634cca60a3afafd0132bfa683.zip SCons-2968cb59b7c8a7a634cca60a3afafd0132bfa683.tar.gz SCons-2968cb59b7c8a7a634cca60a3afafd0132bfa683.tar.bz2 |
remove debug logic
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestCmd.py | 1 |
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, |