diff --git a/backend-pg/src/queue/queue-service.ts b/backend-pg/src/queue/queue-service.ts index 8e3b54498..8a170487f 100644 --- a/backend-pg/src/queue/queue-service.ts +++ b/backend-pg/src/queue/queue-service.ts @@ -113,9 +113,6 @@ export const queueServiceFactory = (redisUrl: string) => { ) => { const q = queueContainer[name]; - console.log("name", name); - console.log("query", q); - await q.add(job, data, opts); };