[REM] pos_environment useless console.log()

This commit is contained in:
Sylvain LE GAL 2021-02-11 21:11:06 +01:00 committed by OCA-git-bot
parent abd36ebc6d
commit aa3b79df42
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ odoo.define('pos_environment.models', function (require) {
this.pos.config.receipt_environment_header;
res.receipt_environment_footer =
this.pos.config.receipt_environment_footer;
console.log(res);
return res;
},
});