summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <0x6664@hey.com>2020-07-31 18:34:20 +0900
committerFlorian Didron <0x6664@hey.com>2020-07-31 18:34:20 +0900
commit10f5e1a49b2556e8f556c067c96b0f1e7233749f (patch)
tree6f0e21652a24581e6666bb87b43cf8b97637a8f3
parentab1dd9dcc35a04b40c3860a63eca5bb0180eef74 (diff)
fix: remove stray console2.0.0-linux
-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;