Remove the 'Modules to build' debug print
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 30 Mar 2011 15:41:02 +0100
changeset 6981 0db46a299d2a
parent 6980 124487d6140b
child 6982 c383b48d0831
child 6986 f2534c707213
Remove the 'Modules to build' debug print
wscript
--- a/wscript	Wed Mar 30 05:53:58 2011 -0700
+++ b/wscript	Wed Mar 30 15:41:02 2011 +0100
@@ -585,7 +585,7 @@
                         changed = True
 
         env['NS3_ENABLED_MODULES'] = modules
-        print "Modules to build:", modules
+        #print "Modules to build:", modules
 
         # Set the list of the enabled module test libraries.
         for (mod, testlib) in bld.env['NS3_MODULES_WITH_TEST_LIBRARIES']: