0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

Remove stray debug print statement from SConstruct

(Erroneous addition from 876a1351)
This commit is contained in:
Jason Rassi 2012-11-05 11:51:26 -05:00
parent 8158530380
commit 71835a2d7b

View File

@ -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"