[FIX] fields: remove leftover print statement from r.4160

bzr revid: odo@openerp.com-20120521073851-0e9k8ujhexysg95v
This commit is contained in:
Olivier Dony 2012-05-21 09:38:51 +02:00
parent ec506efb75
commit 7af2e71817
1 changed files with 0 additions and 1 deletions

View File

@ -1176,7 +1176,6 @@ class related(function):
# name_get as root, as seeing the name of a related
# object depends on access right of source document,
# not target, so user may not have access.
print self._obj, self.string
ng = dict(obj.pool.get(self._obj).name_get(cr, 1, ids, context=context))
for r in res:
if res[r]: