From ebb8e0aee1d3540d0efb725a344b9b65b5da918c Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Fri, 4 Jan 2008 08:58:47 +0000 Subject: [PATCH] remove a log git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18592 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PaySheetModel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product/ERP5/Document/PaySheetModel.py b/product/ERP5/Document/PaySheetModel.py index 1ad541730f..1fb9cf2dd5 100644 --- a/product/ERP5/Document/PaySheetModel.py +++ b/product/ERP5/Document/PaySheetModel.py @@ -74,7 +74,6 @@ class PaySheetModel(TradeCondition, XMLMatrix): override of the function getCell to ba able to search a cell on the inheritance model ''' - LOG('getCell ', 0, kw) cell = XMLMatrix.getCell(self, *kw, **kwd) # if cell not found, look on the inherited models -- 2.30.9