Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 25, 2024
1 parent e0aa63d commit 947ccd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/internal/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ export const collectionQureyBuilder = <T extends keyof Collections>(collection:
return query
},
async all(): Promise<Collections[T][]> {
console.log(buildQuery())

return fetch(collection, buildQuery()).then(res => res || [])
},
async first(): Promise<Collections[T]> {
Expand Down

0 comments on commit 947ccd7

Please sign in to comment.