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 e3f4979 commit 4f4a139Copy full SHA for 4f4a139
packages/db/src/collection/subscription.ts
@@ -153,7 +153,6 @@ export class CollectionSubscription {
153
limit,
154
minValue,
155
}: RequestLimitedSnapshotOptions) {
156
- console.log("in requestLimitedSnapshot")
157
if (!limit) throw new Error(`limit is required`)
158
159
if (!this.orderByIndex) {
0 commit comments