diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 7eb1ce3f..59dc637f 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -155,8 +155,6 @@ def build_uwsgi(uc): p_cflags = cflags[:] p_cflags += up.CFLAGS - print p_cflags - try: p_cflags.remove('-Wdeclaration-after-statement') except: