Skip to content

Commit 7b2334d

Browse files
committed
Remove console logs
1 parent be866d7 commit 7b2334d

File tree

1 file changed

+0
-3
lines changed
  • backend/functions/src/schema/models/submission

1 file changed

+0
-3
lines changed

backend/functions/src/schema/models/submission/service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,16 +732,13 @@ export class SubmissionService extends PaginatedService {
732732
});
733733

734734
// perform stuff outside of transaction -- persist the state even if these fail
735-
console.log(relevantEraRanking);
736-
console.log(soloPBRanking);
737735
if (newStatus) {
738736
if (
739737
(previousStatus === submissionStatusKenum.APPROVED &&
740738
newStatus !== submissionStatusKenum.APPROVED) ||
741739
newStatus === submissionStatusKenum.APPROVED
742740
) {
743741
// if the status changed from APPROVED->!APPROVED, or ANY->APPROVED need to update discord leaderboards
744-
745742
await this.syncDiscordLeaderboards({
746743
eventId: item["event.id"],
747744
participants: item.participants,

0 commit comments

Comments
 (0)