Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hpiwowar committed Apr 24, 2016
1 parent 16d00e5 commit 2031378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions totalimpactwebapp/countries.py
Expand Up @@ -296,8 +296,8 @@ def iso_code_from_name(name):
try:
return country_iso_by_name[name]
except KeyError:
logger.debug(u"ISO country fail: couldn't find country code name for {country_name}".format(
country_name=name))
# logger.debug(u"ISO country fail: couldn't find country code name for {country_name}".format(
# country_name=name))
return None


Expand Down

0 comments on commit 2031378

Please sign in to comment.