diff --git a/.env b/.env index 995d584..87b761d 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ SKIP_PREFLIGHT_CHECK=true -REACT_APP_API_URL=https://api.mines.makecodes.dev +REACT_APP_API_URL=http://localhost:7788 diff --git a/src/App.js b/src/App.js index 32fdf85..8d37dcf 100644 --- a/src/App.js +++ b/src/App.js @@ -121,7 +121,6 @@ function App() { const incrementElapsedTime = () => { elapsed += 1; - console.log(elapsedTime, elapsed); setElapsedTime(elapsed); };