summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSouheil CHELFOUH <trollfot@gmail.com>2018-09-20 12:39:11 +0200
committerSouheil CHELFOUH <trollfot@gmail.com>2018-09-20 12:39:11 +0200
commit710864eb35edb14f0c047fab06e9cbebd6e5be82 (patch)
tree5822217491c5ef92d9949fee56dd5ef18477bf45
parentcff01f73c0c9b30b2b32bb319deac4cbe5d1c6a6 (diff)
downloadzope-i18n-710864eb35edb14f0c047fab06e9cbebd6e5be82.tar.gz
Removed dev print.
-rw-r--r--src/zope/i18n/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zope/i18n/__init__.py b/src/zope/i18n/__init__.py
index 6abf973..854223c 100644
--- a/src/zope/i18n/__init__.py
+++ b/src/zope/i18n/__init__.py
@@ -187,7 +187,6 @@ def translate(msgid, domain=None, mapping=None, context=None,
if target_language is None and context is not None:
target_language = negotiate(context)
- print(util.translate)
return util.translate(
msgid, mapping, context, target_language, default,
msgid_plural, default_plural, number)