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) {