summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2014-08-21 06:41:26 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2014-08-21 06:41:26 -0400
commit40a2da9184dedf8820cabc7e9c37c4a235ecf1f3 (patch)
tree25285d8a3d0883525ecda5da79960cec79970344
parenteca65973b04291cfa2ca2a621b114f3aae3eee21 (diff)
downloadscons-40a2da9184dedf8820cabc7e9c37c4a235ecf1f3.tar.gz
Remove extra print stmt in TestSCons.py, per review.
-rw-r--r--QMTest/TestSCons.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index ae6e9c56..9434bb1a 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):