[FIX] Remove _logger line

This commit is contained in:
Antonio Espinosa
2015-06-05 22:17:18 +02:00
parent b6fad122f2
commit 9a56ddbc66

View File

@@ -566,7 +566,6 @@ class WizardUpdateChartsAccounts(models.TransientModel):
:return: An string that will be empty if no change detected.
"""
notes = ""
_logger.info('tax = ' + pformat(tax.description))
if tax.active == False:
notes += _("Tax is disabled.\n")
if tax.name != tax_template.name: