Skip to content

Commit bf2374e

Browse files
committed
feat: remove console logs
1 parent ad6264f commit bf2374e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/frontend/src/components/new-launch/manage.modal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export const ManageModal: FC<AddEditModalProps> = (props) => {
140140
});
141141

142142
for (const item of notEnoughChars) {
143-
console.log('no enough');
144143
toaster.show(
145144
'' +
146145
item.integration.name +

apps/frontend/src/components/new-launch/select.current.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export const SelectCurrent: FC = () => {
6161

6262
const contentRef = useRef<HTMLDivElement>(null);
6363
const hasScroll = useHasScroll(contentRef);
64-
console.log(hasScroll);
6564

6665
useEffect(() => {
6766
if (!hide) {

0 commit comments

Comments
 (0)