summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-03-19 17:09:33 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-03-19 17:09:33 -0400
commitd500568fe10892eb5a9206fcc7701796809ba2f4 (patch)
tree2b86fbd865a87ce39f200d347278e557a7170321 /SConstruct
parent8d7682b0af08bc4f119d86cd0131648c1b8b19ed (diff)
downloadmongo-d500568fe10892eb5a9206fcc7701796809ba2f4.tar.gz
Remove debugging print statement from SConstruct.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2def84cfe9f..58dacd1c897 100644
--- a/SConstruct
+++ b/SConstruct
@@ -288,7 +288,6 @@ env = Environment( BUILD_DIR=variantDir,
if has_option('mongod-concurrency-level'):
env.Append(CPPDEFINES=['MONGOD_CONCURRENCY_LEVEL=MONGOD_CONCURRENCY_LEVEL_%s' % get_option('mongod-concurrency-level').upper()])
- print str(env['CPPDEFINES'])
libdeps.setup_environment( env )