summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2015-02-09 09:48:36 -0500
committerAmar Takhar <amar@rtems.org>2015-12-11 15:14:57 -0500
commit3cb9a83920144b6e406a83333292cea307ad30e0 (patch)
treed923a7ec91c1ee110da31efae6184a2ec7023af7
parent26dad22422c0fcaddd22512767741d7497a24119 (diff)
Remove debug print as it is no longer needed.
-rw-r--r--rtems_waf/config/base.py1
1 files changed, 0 insertions, 1 deletions
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)