mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] Remove _logger line
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user