From: Michael Tremer Date: Tue, 28 Apr 2015 09:33:36 +0000 (+0200) Subject: Remove debugging output X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8789550188b684e45dd485999f1e082329b71f59;p=ipfire.org.git Remove debugging output --- diff --git a/webapp/ui_modules.py b/webapp/ui_modules.py index 4b4e9c9c..ee54c5da 100644 --- a/webapp/ui_modules.py +++ b/webapp/ui_modules.py @@ -478,7 +478,6 @@ class DonationButtonModule(UIModule): return locale lang, delimiter, country_code = locale.partition("_") - print locale, "TEST", country_code if country_code and country_code in self.COUNTRIES: return country_code