remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 17 Dec 2014 19:08:33 +0000 (14:08 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 17 Dec 2014 19:08:33 +0000 (14:08 -0500)
wscript

diff --git a/wscript b/wscript
index 61fedb7f1f9c14017d5da26b28f6572b468b02af..4554ac746f26d6edd68c36a678c3065911fc5c79 100644 (file)
--- a/wscript
+++ b/wscript
@@ -267,8 +267,6 @@ int main() { return 0; }''',
         else:
             compiler_name = 'gcc'
 
-    print "Compiler name is ", compiler_name, "\n"
-
     flags_dict = compiler_flags_dictionaries[compiler_name]
             
     autowaf.set_basic_compiler_flags (conf,flags_dict)