diff --git a/product/ERP5/Document/BudgetModel.py b/product/ERP5/Document/BudgetModel.py index 935eb2e7ca7d16bf78610737317161effa6081de..0c8f669f18348d842d84e695f008e4ead772891f 100644 --- a/product/ERP5/Document/BudgetModel.py +++ b/product/ERP5/Document/BudgetModel.py @@ -69,7 +69,6 @@ class BudgetModel(Predicate): continue variation_cell_range = budget_variation.getCellRangeForBudgetLine( budget_line, matrixbox=matrixbox) - print budget_variation, variation_cell_range if variation_cell_range and variation_cell_range not in cell_range: cell_range.extend(variation_cell_range) return cell_range