🔥 refactor(utils.ts): remove console.log statement in buildInputs function to improve code cleanliness and remove unnecessary logging
This commit is contained in:
parent
a6e44c43e6
commit
9ea667aa64
1 changed files with 0 additions and 1 deletions
|
|
@ -905,7 +905,6 @@ export function groupByFamily(data, baseClasses, left, type) {
|
|||
}
|
||||
|
||||
export function buildInputs(tabsState, id) {
|
||||
console.log(tabsState, id);
|
||||
return tabsState &&
|
||||
tabsState[id] &&
|
||||
tabsState[id].formKeysData &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue