refactor: remove unwanted log code
This commit is contained in:
parent
cbcf921dfb
commit
d01eb3a18e
1 changed files with 0 additions and 2 deletions
|
|
@ -62,8 +62,6 @@ export default class Grid {
|
|||
let grid_width = 0;
|
||||
let grid_body_width = 0;
|
||||
form_grid.each((grid_index, grid) => {
|
||||
console.log("grid", grid, parent_field_name);
|
||||
|
||||
parent_field_name = $(grid)
|
||||
.closest("[data-fieldname][data-fieldtype]")
|
||||
.attr("data-fieldname");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue