From 3cb9a83920144b6e406a83333292cea307ad30e0 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 9 Feb 2015 09:48:36 -0500 Subject: Remove debug print as it is no longer needed. --- rtems_waf/config/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rtems_waf/config/base.py b/rtems_waf/config/base.py index 21126fe09b..424090356a 100644 --- a/rtems_waf/config/base.py +++ b/rtems_waf/config/base.py @@ -405,7 +405,6 @@ class BuildConfig(object): if version_info < (3,) and type(o) is unicode: #2to3 o = str(o) - print section, opt opt.set(o) -- cgit v1.2.3