diff --git a/product_update_price_last_purchase/models/stock_move.py b/product_update_price_last_purchase/models/stock_move.py index 10c7675..e30e522 100644 --- a/product_update_price_last_purchase/models/stock_move.py +++ b/product_update_price_last_purchase/models/stock_move.py @@ -18,7 +18,6 @@ class StockMove(models.Model): def product_price_update_before_done(self): res = super(StockMove, self).product_price_update_before_done() for move in self.filtered(lambda move: move.location_id.usage == "supplier"): - _logger.warning("move: %s" % move) if ( move.product_id.last_purchase_price_received_compute_type == "with_three_discounts"