# HG changeset patch # User Sylvain Thénault # Date 1287997334 -7200 # Node ID ed5b452506afd4904fdbf668293d60ef0adf33a9 # Parent 120c7ea6e1fa9733d6f8c73fd533a03020888a51 [cleanup] drop accidentally commited print diff -r 120c7ea6e1fa -r ed5b452506af web/views/basecontrollers.py --- 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