summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/autowaf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/autowaf.py b/extras/autowaf.py
index a844bf5..6fec248 100644
--- a/extras/autowaf.py
+++ b/extras/autowaf.py
@@ -318,7 +318,6 @@ def configure(conf):
def display_summary(conf, msgs=None):
global g_is_child
- Logs.pprint('', '')
if not g_is_child:
display_msg(conf, "Install prefix", conf.env['PREFIX'])
if 'COMPILER_CC' in conf.env:
@@ -331,8 +330,6 @@ def display_summary(conf, msgs=None):
if msgs is not None:
display_msgs(conf, msgs)
- Logs.pprint('', '')
-
def set_c_lang(conf, lang):
"Set a specific C language standard, like 'c99' or 'c11'"
if conf.env.MSVC_COMPILER: