diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-11-01 13:59:12 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-11-03 16:20:21 +0000 |
commit | 75fa7110488a0c674200177a7a30025bbea42b81 (patch) | |
tree | ec6a2451dfeb95b15e5edabd690f1a91183733d2 /pykolab/utils.py | |
parent | 48c557875ac8d5a6b182a2c458580c041cc13509 (diff) | |
download | pykolab-75fa7110488a0c674200177a7a30025bbea42b81.tar.gz |
Remove log.error() call as no log is available in pykolab.utils
Diffstat (limited to 'pykolab/utils.py')
-rw-r--r-- | pykolab/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pykolab/utils.py b/pykolab/utils.py index c74759b..d4b1a09 100644 --- a/pykolab/utils.py +++ b/pykolab/utils.py @@ -353,7 +353,6 @@ def translate(mystring, locale_name='en_US'): try: locale.setlocale(locale.LC_ALL, (locale_name,locale_charset)) except: - log.error(_("Could not set locale to %r,%r") % (local_name,locale_charset)) pass command = [ '/usr/bin/iconv', |