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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 27 15:14:26 CEST 2007


Author: jp
Date: Mon Aug 27 15:14:25 2007
New Revision: 15838

URL: http://svn.erp5.org?rev=15838&view=rev
Log:
Forgot to remove LOG

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

Modified: erp5/trunk/products/ERP5/Document/OrderLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/OrderLine.py?rev=15838&r1=15837&r2=15838&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/OrderLine.py (original)
+++ erp5/trunk/products/ERP5/Document/OrderLine.py Mon Aug 27 15:14:25 2007
@@ -78,7 +78,6 @@
       except KeyError:
         result = (len(self.contentValues(meta_type=self.meta_type)) > 0)
         transactional_variable['hasLineContent'] = result
-      LOG('hasLineContent', 0, '%s %s' % (acquisition_key, result))
       return result
 
     def applyToOrderLineRelatedMovement(self, portal_type='Simulation Movement', 




More information about the Erp5-report mailing list