Skip to content

Commit 370055f

Browse files
committed
Update cronJobs.ts
1 parent fa08be4 commit 370055f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/cronJobs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export async function incrementEloCronJobAllQueues() {
6565
setInterval(async () => {
6666
// Skip this iteration if the previous one is still running
6767
if (isRunning) {
68-
console.log('Matchmaking already running, skipping this iteration')
6968
return
7069
}
7170

0 commit comments

Comments
 (0)