]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Remove debugging output
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Apr 2015 09:33:36 +0000 (11:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Apr 2015 09:33:36 +0000 (11:33 +0200)
webapp/ui_modules.py

index 4b4e9c9c86504aff4b91ab11ac5506c78f2eae77..ee54c5da7f3462368a4049853fad1b75bc2e136d 100644 (file)
@@ -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