Commit ebb8e0ae authored by Fabien Morin's avatar Fabien Morin

remove a log


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18592 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent abdb8067
...@@ -74,7 +74,6 @@ class PaySheetModel(TradeCondition, XMLMatrix): ...@@ -74,7 +74,6 @@ class PaySheetModel(TradeCondition, XMLMatrix):
override of the function getCell to ba able to search a cell on the override of the function getCell to ba able to search a cell on the
inheritance model inheritance model
''' '''
LOG('getCell ', 0, kw)
cell = XMLMatrix.getCell(self, *kw, **kwd) cell = XMLMatrix.getCell(self, *kw, **kwd)
# if cell not found, look on the inherited models # if cell not found, look on the inherited models
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment