From 3fdb4e87ba238ee7e74ac6f328e16a7c8f2691c5 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Tue, 17 Dec 2024 10:52:12 -0300 Subject: [PATCH] chore: remove console logs and unused imports (#5299) --- .../components/tableComponent/index.tsx | 2 -- src/frontend/src/modals/textModal/index.tsx | 10 +--------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/frontend/src/components/core/parameterRenderComponent/components/tableComponent/index.tsx b/src/frontend/src/components/core/parameterRenderComponent/components/tableComponent/index.tsx index e2f5677df..8eb1c1f77 100644 --- a/src/frontend/src/components/core/parameterRenderComponent/components/tableComponent/index.tsx +++ b/src/frontend/src/components/core/parameterRenderComponent/components/tableComponent/index.tsx @@ -108,7 +108,6 @@ const TableComponent = forwardRef< } return newCol; }); - console.log(colDef); // @ts-ignore const realRef: React.MutableRefObject = useRef(null); @@ -184,7 +183,6 @@ const TableComponent = forwardRef< ); } } - console.log(colDef); return (