From 3f3363b0b5c67e395c1651b1acb4ee45a75ee8f2 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Tue, 6 Sep 2005 06:16:22 +0000 Subject: [PATCH] remove logs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3742 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Error.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/product/ERP5Type/Error.py b/product/ERP5Type/Error.py index 53bf68644c..232fae8259 100755 --- a/product/ERP5Type/Error.py +++ b/product/ERP5Type/Error.py @@ -48,10 +48,6 @@ class Error: """ 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'): self.object_path = getPath(kw['object_path'],tuple=1) del kw['object_path'] -- 2.30.9