Bugfix in translation (removed print '***', _get_language)

bzr revid: fabian@tinyerp.com-20081213135739-dbjgryn89ugjrqse
This commit is contained in:
Fabian Semal 2008-12-13 14:57:39 +01:00
parent dbd44cd71a
commit 66b98b5068
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ class ir_translation(osv.osv):
_log_access = False
def _get_language(self, cr, uid, context):
print '***', _get_language
lang_obj = self.pool.get('res.lang')
lang_ids = lang_obj.search(cr, uid, [('translatable', '=', True)],
context=context)