From e06feed8605957174d842f2320b3ebffeb82993c Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Mon, 28 Jul 2014 19:01:28 +0200 Subject: [PATCH] Eliminar print. --- stock.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock.py b/stock.py index 1bc87b9..57f32c4 100644 --- a/stock.py +++ b/stock.py @@ -32,7 +32,6 @@ class Move: kits.setdefault(m.product.id, []) kits[m.product.id].append((m.to_location.id, Uom.compute_qty(m.uom, m.quantity, m.product.default_uom))) - print kits new_moves = [] discard_moves = [] for m in result: