1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +00:00

removed console.log

This commit is contained in:
thomasrosen 2021-01-23 18:54:19 +01:00
parent b7a3c87aa1
commit 37f0eb4e19

View file

@ -84,7 +84,6 @@ function App() {
}, [setFrameURL])
const handleCordsChange = useCallback(({x, y, scale}) => {
console.log({ x, y, scale })
setCords({ x, y, scale })
}, [])