Skip to content

Commit a528caf

Browse files
committed
Removed trace
1 parent e5a945c commit a528caf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firestore/src/util/async_queue_impl.ts

-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ export class AsyncQueueImpl implements AsyncQueue {
182182
}
183183

184184
private enqueueInternal<T extends unknown>(op: () => Promise<T>): Promise<T> {
185-
console.trace();
186185
const newTail = this.tail.then(() => {
187186
this.operationInProgress = true;
188187
return op()

0 commit comments

Comments
 (0)