diff --git a/src/App.js b/src/App.js index d195d9a..70af10d 100644 --- a/src/App.js +++ b/src/App.js @@ -84,7 +84,6 @@ function App() { }, [setFrameURL]) const handleCordsChange = useCallback(({x, y, scale}) => { - console.log({ x, y, scale }) setCords({ x, y, scale }) }, [])