From 128682f6c36d4ddc5ff8263a540bee3f8dcb5fed Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Tue, 20 May 2008 11:42:45 +0000
Subject: [PATCH] Remove log.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21029 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Document.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/Document.py b/product/ERP5/Document/Document.py
index f3bada0cc3..91d248ef7c 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\
-- 
2.30.9