Skip to content

Commit 40ab573

Browse files
committed
Remove some comment
1 parent 61e86e6 commit 40ab573

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/D4C.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,7 @@ function _q<T extends IAnyFn>(
397397
await promise
398398
taskQueue.runningTask += 1
399399
} else {
400-
// drop this time
401-
console.log('drop this time') // return or throw an exxception??
400+
// drop this time, throttle mechanism
402401
throw new Error(ErrMsg.QueueIsFull)
403402
}
404403
} else if (option?.noBlockCurr) {

0 commit comments

Comments
 (0)