refactor: remove console.log

This commit is contained in:
Hossein Mehrabi
2023-06-20 15:34:48 +03:30
parent 7c3cdcf95e
commit 107703c3c5
@@ -161,7 +161,6 @@ export const LightBoxWrapper: React.FC<React.PropsWithChildren<{}>> = ({
const { getStyle, display, isActiveElement } = useLightBox()
const isMobile = useIsMobile()
console.log(isMobile)
const onUpdate = useCallback(({ x, y, scale }) => {
const { current: img } = childRef