summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2014-08-21 10:41:26 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2014-08-21 10:41:26 (GMT)
commit4d4029a77e986d64153b3de0ece5177dbaed5cd9 (patch)
tree25285d8a3d0883525ecda5da79960cec79970344 /QMTest
parent678c769bc6189b5b7c301fbecfb37496725f6aee (diff)
downloadSCons-4d4029a77e986d64153b3de0ece5177dbaed5cd9.zip
SCons-4d4029a77e986d64153b3de0ece5177dbaed5cd9.tar.gz
SCons-4d4029a77e986d64153b3de0ece5177dbaed5cd9.tar.bz2
Remove extra print stmt in TestSCons.py, per review.
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index ae6e9c5..9434bb1 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -1147,7 +1147,6 @@ except:
print py_ver
""")
- # print "get_platform_python_info(): "+self.stdout()
return [python] + self.stdout().strip().split('\n')
def start(self, *args, **kw):