mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
removed console.log
This commit is contained in:
parent
b7a3c87aa1
commit
37f0eb4e19
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ function App() {
|
||||||
}, [setFrameURL])
|
}, [setFrameURL])
|
||||||
|
|
||||||
const handleCordsChange = useCallback(({x, y, scale}) => {
|
const handleCordsChange = useCallback(({x, y, scale}) => {
|
||||||
console.log({ x, y, scale })
|
|
||||||
setCords({ x, y, scale })
|
setCords({ x, y, scale })
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue