[CLEAN] ir_ui_view: removed print statement

bzr revid: tde@openerp.com-20130923144830-i5iqzfc1pydm9pge
This commit is contained in:
Thibault Delavallée 2013-09-23 16:48:30 +02:00
parent 470179bf80
commit 2939c58e72
1 changed files with 0 additions and 1 deletions

View File

@ -254,7 +254,6 @@ class view(osv.osv):
return None
def inherit_branding(self, specs_tree, view_id):
print map(etree.tostring, specs_tree)
for node in specs_tree.iterchildren(tag=etree.Element):
xpath = node.getroottree().getpath(node)
if node.tag == 'data' or node.tag == 'xpath':