summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2012-11-05 11:51:26 -0500
committerJason Rassi <rassi@10gen.com>2012-11-05 12:02:29 -0500
commit71835a2d7b8dd4c0b4166b5844d33268db2d1811 (patch)
tree0b84079c25f4a18ecc51f3215c2ba6335ae99beb /SConstruct
parent81585303805a179893a30665634a15aabaf93670 (diff)
downloadmongo-71835a2d7b8dd4c0b4166b5844d33268db2d1811.tar.gz
Remove stray debug print statement from SConstruct
(Erroneous addition from 876a1351)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index e678326f2d1..3f440157c10 100644
--- a/SConstruct
+++ b/SConstruct
@@ -480,7 +480,6 @@ if "darwin" == os.sys.platform:
platform = "osx" # prettier than darwin
if env["CXX"] is None:
- print( "YO" )
if os.path.exists( "/usr/bin/g++-4.2" ):
env["CXX"] = "g++-4.2"