mirror of https://github.com/OCA/web.git
[FIX] web_widget_x2many_2d_matrix: remove console.log
parent
33a31d86d3
commit
44e6a2972a
|
@ -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);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue