Skip to content

Commit 947ccd7

Browse files
committed
chore: remove log
1 parent e0aa63d commit 947ccd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/runtime/internal/query.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ export const collectionQureyBuilder = <T extends keyof Collections>(collection:
7979
return query
8080
},
8181
async all(): Promise<Collections[T][]> {
82-
console.log(buildQuery())
83-
8482
return fetch(collection, buildQuery()).then(res => res || [])
8583
},
8684
async first(): Promise<Collections[T]> {

0 commit comments

Comments
 (0)