diff --git a/product/ERP5/Document/Document.py b/product/ERP5/Document/Document.py index f3bada0cc3cc46d821a2c6d96f1a9038009d216c..91d248ef7cbba2a4f615048fe8ac262dd3dd1dd5 100644 --- a/product/ERP5/Document/Document.py +++ b/product/ERP5/Document/Document.py @@ -952,7 +952,7 @@ class Document(PermanentURLMixIn, XMLObject, UrlMixIn, ConversionCacheMixin, Sna # shares the same coordinates document_list = list(document_list) document_list.sort(lambda x,y: cmp(x.getId(), y.getId() )) - LOG('[DMS] Existing documents for %s' %self.getSourceReference(), INFO, len(document_list)) + #LOG('[DMS] Existing documents for %s' %self.getSourceReference(), INFO, len(document_list)) for o in document_list: if o.getRelativeUrl() != self.getRelativeUrl() and\ o.getVersion() == self.getVersion() and\