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:
parent
b7a3c87aa1
commit
37f0eb4e19
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ function App() {
|
|||
}, [setFrameURL])
|
||||
|
||||
const handleCordsChange = useCallback(({x, y, scale}) => {
|
||||
console.log({ x, y, scale })
|
||||
setCords({ x, y, scale })
|
||||
}, [])
|
||||
|
||||
|
|
Loading…
Reference in a new issue