Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
olzraiti committed Dec 17, 2024
1 parent 9a224b3 commit afa4d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/documents/documents.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export class DocumentsService {
selectedFields?: (keyof Document)[]
) {
const [storeQuery, cacheConfig] = await this.getClauseForPublicQuery(query, person, observationYear);
console.log("!", storeQuery);
return await this.store.getPage(
storeQuery,
page,
Expand Down

0 comments on commit afa4d89

Please sign in to comment.