Removing debugger statements
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
|
||||
$("#accountName").html(chat.userName);
|
||||
$("#pocketDiv").html(formatPrice(hall.pocketValue));
|
||||
|
||||
debugger;
|
||||
|
||||
if(chat.userInfo.hasTrophies) {
|
||||
$("#trophyMigrate").show();
|
||||
}
|
||||
|
||||
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user