From 00779da222aca06bfed132b826ff10e34a99b3e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Tue, 23 Oct 2007 13:32:07 +0000 Subject: [PATCH] remove spurious print statement git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2933 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyx/config.py b/pyx/config.py index f8166345..c30841c8 100644 --- a/pyx/config.py +++ b/pyx/config.py @@ -54,7 +54,6 @@ def getboolean(section, option, default): formatWarnings = get("general", "warnings", "default") -print formatWarnings if formatWarnings not in ["default", "short", "shortest"]: raise RuntimeError("invalid config value for option 'warnings' in section 'general'") if formatWarnings != "default": -- 2.11.4.GIT