Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
neketka committed May 2, 2024
1 parent dd7ec14 commit a0dc338
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/achievement/achievement.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,6 @@ export class AchievementService {
},
});

console.log(achsWithoutTrackers.length);

await this.prisma.achievementTracker.createMany({
data: achsWithoutTrackers.map(ach => ({
userId: user.id,
Expand Down

0 comments on commit a0dc338

Please sign in to comment.