From bf2374e3c34c21c22f9b39208fbb2fad98735ab3 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Thu, 26 Jun 2025 20:19:28 +0700 Subject: [PATCH] feat: remove console logs --- apps/frontend/src/components/new-launch/manage.modal.tsx | 1 - apps/frontend/src/components/new-launch/select.current.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/frontend/src/components/new-launch/manage.modal.tsx b/apps/frontend/src/components/new-launch/manage.modal.tsx index 076fa334..66a77208 100644 --- a/apps/frontend/src/components/new-launch/manage.modal.tsx +++ b/apps/frontend/src/components/new-launch/manage.modal.tsx @@ -140,7 +140,6 @@ export const ManageModal: FC = (props) => { }); for (const item of notEnoughChars) { - console.log('no enough'); toaster.show( '' + item.integration.name + diff --git a/apps/frontend/src/components/new-launch/select.current.tsx b/apps/frontend/src/components/new-launch/select.current.tsx index a18596b0..0e4283a0 100644 --- a/apps/frontend/src/components/new-launch/select.current.tsx +++ b/apps/frontend/src/components/new-launch/select.current.tsx @@ -61,7 +61,6 @@ export const SelectCurrent: FC = () => { const contentRef = useRef(null); const hasScroll = useHasScroll(contentRef); - console.log(hasScroll); useEffect(() => { if (!hide) {