mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 03:26:07 +08:00
removed console log
This commit is contained in:
parent
cc6234f2b9
commit
b4e830565f
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ export async function updateXpBar(
|
|||
} else {
|
||||
// const quickSpeed = Misc.mapRange(difference, 10, 2000, 200, 1);
|
||||
const quickSpeed = Math.min(1000 / difference, 200);
|
||||
console.log(difference, quickSpeed);
|
||||
let toAnimate = difference;
|
||||
|
||||
let firstOneDone = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue