diff --git a/models/account_invoice.py b/models/account_invoice.py
index b4f5c8b6ba775fb99ca0d0082b300c88b9f32b12..20979132cc391306fcc34621255b271d10efdfe0 100755
--- a/models/account_invoice.py
+++ b/models/account_invoice.py
@@ -142,7 +142,6 @@ class ScopAccountInvoice(models.Model):
                 totlines = inv.payment_term_id.with_context(
                     currency_id=company_currency.id).compute(total, inv.date_invoice, inv)[0]
                 res_amount_currency = total_currency
-                print(totlines)
                 for i, t in enumerate(totlines):
                     if inv.currency_id != company_currency:
                         amount_currency = company_currency._convert(