[Erp5-report] r21029 - /erp5/trunk/products/ERP5/Document/Document.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 20 13:42:48 CEST 2008


Author: ivan
Date: Tue May 20 13:42:45 2008
New Revision: 21029

URL: http://svn.erp5.org?rev=21029&view=rev
Log:
Remove log.

Modified:
    erp5/trunk/products/ERP5/Document/Document.py

Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=21029&r1=21028&r2=21029&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py (original)
+++ erp5/trunk/products/ERP5/Document/Document.py Tue May 20 13:42:45 2008
@@ -952,7 +952,7 @@
       # 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\




More information about the Erp5-report mailing list