removed console log

This commit is contained in:
Miodec 2022-08-02 11:58:01 +02:00
parent 4e36fc0e38
commit f1d296491f

View file

@ -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}`);