From 4286529344cdfe1f6305b4d2e98f12a2c0447fac Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 31 Jan 2005 10:38:00 +0000 Subject: [PATCH] comment LOG git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2358 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/ZopePatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/ZopePatch.py b/product/ERP5Type/ZopePatch.py index 07792a7d5b..34d302aa9b 100755 --- a/product/ERP5Type/ZopePatch.py +++ b/product/ERP5Type/ZopePatch.py @@ -1257,7 +1257,7 @@ class Reference(Scalar): #LOG('Reference', 0, str(v)) if self.mapping.hasImmutable(v): return self.mapping.getImmutable(v).getValue() - LOG('noImmutable', 0, "%s mapped to %s" % (v, self.mapping[v])) + #LOG('noImmutable', 0, "%s mapped to %s" % (v, self.mapping[v])) self.mapping.mark(v) return '%s<%s id="%s"/>\n' % (' '*indent,name,self.mapping[v]) -- 2.30.9