mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
remove unwanted log
This commit is contained in:
parent
ff6b3c0bde
commit
5842911fd1
@ -56,10 +56,6 @@ export default class TaskQueueManager {
|
||||
registerQueueEvents = (worker) => {
|
||||
worker.on("progress", (job, progress) => {
|
||||
try {
|
||||
console.log(
|
||||
`Job ${job.id} reported progress: ${progress.percent}%`,
|
||||
)
|
||||
|
||||
if (job.data.sseChannelId) {
|
||||
global.sse.sendToChannel(job.data.sseChannelId, progress)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user