From ed2cab2b15d7dfe904bb934b05cdb48112e732c2 Mon Sep 17 00:00:00 2001 From: luis Date: Thu, 18 Jan 2024 17:28:17 +0100 Subject: [PATCH] product_update_price_last_purchase: clean logger --- product_update_price_last_purchase/models/stock_move.py | 1 - 1 file changed, 1 deletion(-) 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"