Removed print statement

bzr revid: rvo@tinyerp.co.in-20100405060106-pz1vz05wue71p0kc
This commit is contained in:
Rvo (Open ERP) 2010-04-05 11:31:06 +05:30
parent 35bab1e92d
commit d984b6d8d0
1 changed files with 1 additions and 2 deletions

View File

@ -1119,7 +1119,6 @@ class orm_template(object):
for r in res.keys():
if r not in fields:
del res[r]
print 'Result from fields get', res
return res
#
@ -2902,7 +2901,7 @@ class orm(orm_template):
:raise UserError: if the record is default property for other records
"""
if not ids:
return True
if isinstance(ids, (int, long)):