Commit 3f3363b0 authored by Sebastien Robin's avatar Sebastien Robin

remove logs


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3742 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a29222d
...@@ -48,10 +48,6 @@ class Error: ...@@ -48,10 +48,6 @@ class Error:
""" """
set all parameters set all parameters
""" """
LOG('Error.__init__, summary',0,summary)
LOG('Error.__init__, severity',0,severity)
LOG('Error.__init__, detail',0,detail)
LOG('Error.__init__, kw',0,kw)
if kw.has_key('object_path'): if kw.has_key('object_path'):
self.object_path = getPath(kw['object_path'],tuple=1) self.object_path = getPath(kw['object_path'],tuple=1)
del kw['object_path'] del kw['object_path']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment