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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 4 14:32:10 CEST 2008


Author: vincent
Date: Fri Jul  4 14:32:10 2008
New Revision: 22283

URL: http://svn.erp5.org?rev=22283&view=rev
Log:
Remove debugging logs.

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

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=22283&r1=22282&r2=22283&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py Fri Jul  4 14:32:10 2008
@@ -707,7 +707,6 @@
         if uid is None:
           return 0
         else:
-          LOG('BusinessTemplate', 0, 'Saved %r: %r' % (prefix, uid))
           saved_uid_dict[prefix] = uid
           return 1
       def restoreHook(document, prefix):
@@ -715,7 +714,6 @@
         if uid is None:
           return 0
         else:
-          LOG('BusinessTemplate', 0, 'Restored %r: %r' % (prefix, uid))
           document.uid = uid
           return 1
       groups = {}
@@ -863,7 +861,6 @@
           # activites are finished, to make sure it is indexed in the end.
           recursiveReindexObject = getattr(obj, 'recursiveReindexObject', None)
           if recursiveReindexObject is not None:
-            LOG('BusinessTemplate', 0, 'Reindexing %r' % (obj, ))
             # XXX: Using SQLQueue to make sure this activity does not get
             # merged and dropped because of another existing
             # 'recursiveReindexObject' on same path.




More information about the Erp5-report mailing list