summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/src/components/App.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/App.js b/frontend/src/components/App.js
index bf17202..8194666 100644
--- a/frontend/src/components/App.js
+++ b/frontend/src/components/App.js
@@ -43,7 +43,6 @@ export default function App(props) {
allowedExtension = null;
break;
}
- console.log(allowedExtension, device)
const file = files[0];
const fileExtension = file.name.split(".").pop();
const isValidExtension = fileExtension === allowedExtension;