Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed May 13, 2024
1 parent f456f65 commit 50f3344
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class ProcessInChunksService<T> extends EventEmitter {
public updateQueue(items: T[]) {
this.logger(`Adding ${items.length} items to the task queue`)
items.forEach(item => this.addToTaskQueue(item))
this.logger(`Queue has ${this.taskQueue.length()}`)
}

private async addToTaskQueue(task: ProcessTask<T>): Promise<void>
Expand Down

0 comments on commit 50f3344

Please sign in to comment.