Update alarm.js

pull/1829/head
frigis1 2022-05-15 08:49:06 -07:00 committed by GitHub
parent fc164df525
commit 15f395f576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@ function hardMode(tries, max) {
hardMode(tries, max);
}
function random(min, max) { // min and max included
return Math.floor(Math.random() * (max - min + 1) + min);
}
if (tries < max) {
g.clear();
g.reset();