Skip to content

Commit

Permalink
❌ remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lshaf committed Mar 31, 2022
1 parent c22d136 commit bc7359c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@
halving = (delays.length == 2) ? 0.5 : 1;
if (delays.length > 2) delays = delays.slice(0, 2);

console.log(delays, halving);
ITEM_DELAY = delays.reduce((a, b) => a + (b * halving));
}
});
Expand Down

0 comments on commit bc7359c

Please sign in to comment.