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 1276444 commit 9024dd3Copy full SHA for 9024dd3
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