Skip to content

Commit 1dfa185

Browse files
Update calc.js
take off, innecesary console.log
1 parent 779ed3d commit 1dfa185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

calc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for (item of buttons) {
2626
}
2727

2828
document.addEventListener("keydown", function (event) {
29-
console.log(event.which);
29+
3030
if (event.shiftKey == 57) {
3131
event.key = "(";
3232
} else if (event.shiftKey == 48) {

0 commit comments

Comments
 (0)