feat: remove console logs

This commit is contained in:
Nevo David 2025-06-26 20:19:28 +07:00
parent ad6264f256
commit bf2374e3c3
2 changed files with 0 additions and 2 deletions

View File

@ -140,7 +140,6 @@ export const ManageModal: FC<AddEditModalProps> = (props) => {
});
for (const item of notEnoughChars) {
console.log('no enough');
toaster.show(
'' +
item.integration.name +

View File

@ -61,7 +61,6 @@ export const SelectCurrent: FC = () => {
const contentRef = useRef<HTMLDivElement>(null);
const hasScroll = useHasScroll(contentRef);
console.log(hasScroll);
useEffect(() => {
if (!hide) {