feat: remove console logs
This commit is contained in:
parent
ad6264f256
commit
bf2374e3c3
|
|
@ -140,7 +140,6 @@ export const ManageModal: FC<AddEditModalProps> = (props) => {
|
|||
});
|
||||
|
||||
for (const item of notEnoughChars) {
|
||||
console.log('no enough');
|
||||
toaster.show(
|
||||
'' +
|
||||
item.integration.name +
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ export const SelectCurrent: FC = () => {
|
|||
|
||||
const contentRef = useRef<HTMLDivElement>(null);
|
||||
const hasScroll = useHasScroll(contentRef);
|
||||
console.log(hasScroll);
|
||||
|
||||
useEffect(() => {
|
||||
if (!hide) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue