mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-22 05:26:14 +08:00
removed console log
This commit is contained in:
parent
4e36fc0e38
commit
f1d296491f
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ export async function updateXpBar(
|
|||
const endingLevel = Misc.getLevel(currentXp + addedXp);
|
||||
const difference = endingLevel - startingLevel;
|
||||
|
||||
console.log(startingLevel, endingLevel, difference);
|
||||
|
||||
$("#menu .xpBar").stop(true, true).css("opacity", 0);
|
||||
|
||||
$("#menu .xpBar .xpGain").text(`+${addedXp}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue