[FIX] stray debugging raise

bzr revid: xmo@openerp.com-20100727151857-ath7q670ptxu0731
This commit is contained in:
Xavier Morel 2010-07-27 17:18:57 +02:00
parent 6eba4f3ef3
commit a7aebd3489
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ def _check_xml(self, cr, uid, ids, context={}):
if not relaxng.validate(eview):
for error in relaxng.error_log:
logger.error(tools.ustr(error))
raise Error("Fuck toi")
return False
return True