Skip to content

Commit 158b491

Browse files
committed
merged console logging
1 parent 618e3c2 commit 158b491

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/firestore/src/api/reference_impl.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,10 +1272,6 @@ function onSnapshotDocumentSnapshotBundle<
12721272
converter ? converter : null,
12731273
DocumentKey.fromPath(json.bundleName)
12741274
);
1275-
console.error(
1276-
'DEDB onSnapshotDocumentSnapshotBundle callong onSnapshot with docRef: ',
1277-
docReference.path.toString()
1278-
);
12791275
internalUnsubscribe = onSnapshot(
12801276
docReference as DocumentReference<AppModelType, DbModelType>,
12811277
options ? options : {},

0 commit comments

Comments
 (0)