Skip to content

Commit

Permalink
remove a useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
TsFreddie committed Jan 18, 2025
1 parent 7121ec3 commit e0027cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/server/bots/handlers/points.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export const handlePoints: Handler = async ({ user, reply, args }) => {
{ name: '🇨🇳 国服团队排位', rank: player.chnTeam, always: false }
];

console.log(data);

const lines = [
data.name,
...ranks
Expand Down

0 comments on commit e0027cc

Please sign in to comment.