Removing debugger statements

This commit is contained in:
Christian 'ketura' McCarty
2024-04-22 19:33:40 -05:00
parent 7b053ff747
commit 8320f8bb62
2 changed files with 1 additions and 3 deletions

View File

@@ -9,8 +9,7 @@
$("#accountName").html(chat.userName);
$("#pocketDiv").html(formatPrice(hall.pocketValue));
debugger;
if(chat.userInfo.hasTrophies) {
$("#trophyMigrate").show();
}

View File

@@ -46,7 +46,6 @@ var StatsUI = Class.extend({
var getPercentage = (num1, num2) => Number(num1 / num2).toLocaleString(undefined, {style: 'percent', minimumFractionDigits:2});
debugger;
$("#startDateSpan").html(json["startDate"]);
$("#endDateSpan").html(json["endDate"]);
$("#activePlayersStat").html(json["activePlayers"]);