From 37f0eb4e19338c6145348cc752ba74037b14efe0 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Sat, 23 Jan 2021 18:54:19 +0100 Subject: [PATCH] removed console.log --- src/App.js | 1 - 1 file changed, 1 deletion(-) 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 }) }, [])