Skip to content

Commit

Permalink
fix: remove stray console
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Didron committed Jul 31, 2020
1 parent ab1dd9d commit 10f5e1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10f5e1a

Please sign in to comment.