From b24d7efd44f887a12dd21dc0b6cc7b020af8798c Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Mon, 27 Aug 2007 13:14:25 +0000
Subject: [PATCH] Forgot to remove LOG

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

diff --git a/product/ERP5/Document/OrderLine.py b/product/ERP5/Document/OrderLine.py
index 9dfe463bb8..ea9f168fe5 100644
--- a/product/ERP5/Document/OrderLine.py
+++ b/product/ERP5/Document/OrderLine.py
@@ -78,7 +78,6 @@ class OrderLine(DeliveryLine):
       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', 
-- 
2.30.9