From d69f0fdd24d2d8945891bd72569f4b0ab4b39f49 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 30 Mar 2011 15:41:02 +0100 Subject: [PATCH] Remove the 'Modules to build' debug print --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index e23a0aaf1..e26374828 100644 --- a/wscript +++ b/wscript @@ -585,7 +585,7 @@ def build(bld): 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']: