🔥 refactor(utils.ts): remove console.log statement in buildInputs function to improve code cleanliness and remove unnecessary logging

This commit is contained in:
Lucas Oliveira 2023-07-07 12:27:53 -03:00
commit 9ea667aa64

View file

@ -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 &&