[FIX] web_widget_x2many_2d_matrix: remove console.log

pull/3048/head
Sylvain LE GAL 2021-09-09 19:52:17 +02:00 committed by Maksym Yankin
parent 33a31d86d3
commit 44e6a2972a
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);
}, },
/** /**