Skip to content

Commit 06d9a47

Browse files
committed
Remove log
1 parent 2832b8f commit 06d9a47

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

KTL/events.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ function validateInput(fromAction, toAction) {
3131
}
3232
let value = parseInt(numInput.value);
3333

34-
console.log(value);
35-
3634
if (value < 0 || value > 100 || isNaN(value)) {
3735
numInput.value = 0;
3836
alert("Please enter a number between 0 and 100.");

0 commit comments

Comments
 (0)