Commit 0ed92e1f authored by Jérome Perrin's avatar Jérome Perrin

remove log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23402 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9d7402a
......@@ -107,7 +107,6 @@ for pay_sheet_line in paysheet.contentValues(portal_type=\'Pay Sheet Line\'):\n
if category in pay_sheet_line.getVariationCategoryList():\n
cell = pay_sheet_line.getCell(slice, category)\n
if cell is None:\n
context.log((pay_sheet_line, slice, category))\n
continue\n
total_price = cell.getQuantity() * cell.getPrice()\n
amount += total_price\n
......@@ -116,7 +115,6 @@ for pay_sheet_line in paysheet.contentValues(portal_type=\'Pay Sheet Line\'):\n
if category in pay_sheet_line.getVariationCategoryList():\n
cell = pay_sheet_line.getCell(category)\n
if cell is None:\n
context.log((pay_sheet_line, slice, category))\n
continue\n
total_price = cell.getQuantity() * cell.getPrice()\n
amount += total_price\n
......
313
\ No newline at end of file
314
\ No newline at end of file
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