[FIX] web_widget_x2many_2d_matrix: remove console.log

pull/2110/head
Sylvain LE GAL 2021-09-09 19:52:17 +02:00 committed by Lois Rilo
parent 424e0507cb
commit 2ee1c27dae
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ odoo.define("web_widget_x2many_2d_matrix.widget", function (require) {
show_row_totals: this.show_row_totals, show_row_totals: this.show_row_totals,
show_column_totals: this.show_column_totals, show_column_totals: this.show_column_totals,
}; };
console.log(this.matrix_data);
}, },
/** /**