Skip to content

Commit

Permalink
Use internal logger
Browse files Browse the repository at this point in the history
  • Loading branch information
minj authored Feb 29, 2024
1 parent 6345b62 commit fa29a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/information-aggregation/player-stats-experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Foxtrick.modules.PlayerStatsExperience = {
: 'matchNtContinental';
}

console.log("WARNING: Unmatched gameIcon for NT " + gameIcon); // TODO: Can this even happen?
Foxtrick.log("WARNING: Unmatched gameIcon for NT", gameIcon); // TODO: Can this even happen?

return gameIcon in module.XP ? /** @type {MatchTypeClass} */ (gameIcon) : null;
};
Expand Down

0 comments on commit fa29a6e

Please sign in to comment.