Removendo console.log
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 36s
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 36s
This commit is contained in:
2
.env
2
.env
@@ -1,2 +1,2 @@
|
|||||||
SKIP_PREFLIGHT_CHECK=true
|
SKIP_PREFLIGHT_CHECK=true
|
||||||
REACT_APP_API_URL=https://api.mines.makecodes.dev
|
REACT_APP_API_URL=http://localhost:7788
|
||||||
|
|||||||
@@ -121,7 +121,6 @@ function App() {
|
|||||||
|
|
||||||
const incrementElapsedTime = () => {
|
const incrementElapsedTime = () => {
|
||||||
elapsed += 1;
|
elapsed += 1;
|
||||||
console.log(elapsedTime, elapsed);
|
|
||||||
setElapsedTime(elapsed);
|
setElapsedTime(elapsed);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user