Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SampsaKaskela committed Dec 16, 2021
1 parent 9981924 commit 606e0ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/main/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const Main = () => {
const copied = useRef();

const onKeyDown = (event) => {
console.log(event.target);
const key = event.which || event.keyCode; // keyCode detection
const ctrl = event.ctrlKey ? event.ctrlKey : ((key === 17) ? true : false); // ctrl detection
switch(key) {
Expand Down

0 comments on commit 606e0ec

Please sign in to comment.