From 9ea667aa64906f7de18f3337a6a595b3163032d3 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Fri, 7 Jul 2023 12:27:53 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(utils.ts):=20remove=20c?= =?UTF-8?q?onsole.log=20statement=20in=20buildInputs=20function=20to=20imp?= =?UTF-8?q?rove=20code=20cleanliness=20and=20remove=20unnecessary=20loggin?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/utils.ts | 1 - 1 file changed, 1 deletion(-) 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 &&