Skip to content
Snippets Groups Projects
Commit 5ba8d704 authored by Xavier Morel's avatar Xavier Morel
Browse files

[FIX] remove stray debugging print

bzr revid: xmo@openerp.com-20101012083613-dhil3g2k06i6lf60
parent adf062e6
Branches
Tags
No related merge requests found
......@@ -356,7 +356,6 @@ class users(osv.osv):
if ids == [uid]:
for key in values.keys():
if not (key in self.SELF_WRITEABLE_FIELDS or key.startswith('context_')):
print 'Not Found', key
break
else:
if 'company_id' in values:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment