From 10f5e1a49b2556e8f556c067c96b0f1e7233749f Mon Sep 17 00:00:00 2001 From: Florian Didron <0x6664@hey.com> Date: Fri, 31 Jul 2020 18:34:20 +0900 Subject: fix: remove stray console --- frontend/src/components/App.js | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3