Skip to content

Commit efe6f70

Browse files
committed
Fix
1 parent fc08f70 commit efe6f70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rest/player.controller.ts

-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ offset $2 limit $3`,
197197

198198
const rank = await this.playerService.getRank(version, steam_id);
199199

200-
console.log(summary.ranked_games)
201-
202200
return {
203201
rank: rank,
204202
mmr: summary?.mmr,

0 commit comments

Comments
 (0)