[FIX] sale: remove useless print

Introduced with rev. 3b02e3d63d
This commit is contained in:
Denis Ledoux 2015-08-26 13:38:38 +02:00
parent dedc40ba1d
commit 42ecf5e346
1 changed files with 0 additions and 1 deletions

View File

@ -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