From 42ecf5e346c10b8d60e649cacd4f643e2749d466 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Wed, 26 Aug 2015 13:38:38 +0200 Subject: [PATCH] [FIX] sale: remove useless print Introduced with rev. 3b02e3d63dcb62ed24cdbbdb7bd06f67849e1a24 --- addons/sale/sale.py | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/sale/sale.py b/addons/sale/sale.py index adff7138a3f..52738b1cf8b 100644 --- a/addons/sale/sale.py +++ b/addons/sale/sale.py @@ -1135,7 +1135,6 @@ class sale_order_line(osv.osv): # sure we only select the taxes related to the company of the partner. This should only # apply if the partner is linked to a company. if uid == SUPERUSER_ID and context.get('company_id'): - print 'company_id found', context['company_id'] taxes = product_obj.taxes_id.filtered(lambda r: r.company_id.id == context['company_id']) else: taxes = product_obj.taxes_id