1
0
forked from noxious/server

Removed debugging code

This commit is contained in:
2024-09-22 00:22:01 +02:00
parent 9f7c48f2c2
commit 50d13af5d6
3 changed files with 1 additions and 4 deletions

View File

@ -49,7 +49,6 @@ class QueueManager {
}
private async processJob(job: Job) {
console.log('Processing job:', job.data.jobName)
const { jobName, params, socketId } = job.data
try {