diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index bbe5a6df4..7626a7056 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -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 &&