Commit c1958c26 authored by Kevin Deldycke's avatar Kevin Deldycke

emove unnessessary log.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5956 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ecb0e271
......@@ -85,7 +85,7 @@ class MailMessage(XMLObject, Event, CMFMailInMessage):
XMLObject.__init__(self, *args, **kw)
def _edit(self, *args, **kw):
LOG('MailMessage._edit', 0, str(kw))
#LOG('MailMessage._edit', 0, str(kw))
kw = self.cleanIncomingMessage(**kw)
XMLObject._edit(self, *args, **kw)
......
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