diff --git a/code/extra_scripts.py b/code/extra_scripts.py index a8f8ae46..36f870af 100644 --- a/code/extra_scripts.py +++ b/code/extra_scripts.py @@ -37,7 +37,6 @@ def clr(color, text): def remove_float_support(): flags = " ".join(env['LINKFLAGS']) - print flags flags = flags.replace("-u _printf_float", "") flags = flags.replace("-u _scanf_float", "") newflags = flags.split()