Skip to content

Commit c8ece83

Browse files
Remove logs
1 parent 1dab23a commit c8ece83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connection.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ export class OperationsQueue {
359359
this.isProcessing = true
360360
const operation = this.queue.shift()
361361
operation?.(error => {
362-
if (error) {
363-
console.warn('OperationQueue.processNext - error in operation', error)
364-
}
362+
// if (error) {
363+
// console.warn('OperationQueue.processNext - error in operation', error)
364+
// }
365365

366366
// process the next operation in the queue
367367
this.processNext()

0 commit comments

Comments
 (0)