web/views/basecontrollers.py
changeset 6619 ed5b452506af
parent 6582 8eb7883b4223
child 6683 68cfebd3b9f3
--- a/web/views/basecontrollers.py	Mon Oct 25 10:23:32 2010 +0200
+++ b/web/views/basecontrollers.py	Mon Oct 25 11:02:14 2010 +0200
@@ -464,7 +464,6 @@
     @jsonize
     def js_i18n(self, msgids):
         """returns the translation of `msgid`"""
-        print 'translate', msgids, [self._cw._(msgid) for msgid in msgids]
         return [self._cw._(msgid) for msgid in msgids]
 
     @jsonize