Skip to content

Commit 9024dd3

Browse files
committed
Remove debug logging in ts DB
1 parent 1276444 commit 9024dd3

File tree

2 files changed

+603
-1
lines changed

2 files changed

+603
-1
lines changed

packages/db/src/collection/subscription.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ export class CollectionSubscription {
153153
limit,
154154
minValue,
155155
}: RequestLimitedSnapshotOptions) {
156-
console.log("in requestLimitedSnapshot")
157156
if (!limit) throw new Error(`limit is required`)
158157

159158
if (!this.orderByIndex) {

0 commit comments

Comments
 (0)