Commit 42865293 authored by Jean-Paul Smets's avatar Jean-Paul Smets

comment LOG


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2358 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 673bd03b
......@@ -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])
......
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