Skip to content

Commit 7a07784

Browse files
committed
Remove debug logging in ts DB
1 parent a053969 commit 7a07784

File tree

2 files changed

+1954
-433
lines changed

2 files changed

+1954
-433
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)