From 1c8efb9e823bb7d89194bfec0df80e3afd0a1555 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 23 Jul 2010 09:04:47 +0000 Subject: [PATCH] Remove debug print [SVN r64285] --- src/tools/gcc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/gcc.py b/src/tools/gcc.py index 2ec33075d..3b280e3d9 100644 --- a/src/tools/gcc.py +++ b/src/tools/gcc.py @@ -287,7 +287,6 @@ flags('gcc.compile', 'OPTIONS', ['off'], ['-fno-rtti']) # In that case we'll just add another parameter to 'init' and move this login # inside 'init'. if not os_name () in ['CYGWIN', 'NT']: - print "osname:", os_name() # This logic will add -fPIC for all compilations: # # lib a : a.cpp b ;