We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a945c commit a528cafCopy full SHA for a528caf
packages/firestore/src/util/async_queue_impl.ts
@@ -182,7 +182,6 @@ export class AsyncQueueImpl implements AsyncQueue {
182
}
183
184
private enqueueInternal<T extends unknown>(op: () => Promise<T>): Promise<T> {
185
- console.trace();
186
const newTail = this.tail.then(() => {
187
this.operationInProgress = true;
188
return op()
0 commit comments