diff --git a/project_wip_supply_cost/models/account_analytic_line.py b/project_wip_supply_cost/models/account_analytic_line.py index cc848625..92e8a6a1 100644 --- a/project_wip_supply_cost/models/account_analytic_line.py +++ b/project_wip_supply_cost/models/account_analytic_line.py @@ -84,11 +84,9 @@ def _create_update_or_reverse_shop_supply_move(self): ) if must_create_shop_supply_move: - print("444444444444444444444") self._create_shop_supply_move() elif must_update_shop_supply_move: - print("33333333333333333333333") self._update_shop_supply_move() elif must_reverse_shop_supply_move: