From 8789550188b684e45dd485999f1e082329b71f59 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 28 Apr 2015 11:33:36 +0200 Subject: [PATCH] Remove debugging output --- webapp/ui_modules.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2