From afa4d8943c108765fa196f3704ba25f5a5dbf936 Mon Sep 17 00:00:00 2001 From: Olli Raitio Date: Tue, 17 Dec 2024 14:06:30 +0200 Subject: [PATCH] rm console.log --- src/documents/documents.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/documents/documents.service.ts b/src/documents/documents.service.ts index eddb4d2..c3139ff 100644 --- a/src/documents/documents.service.ts +++ b/src/documents/documents.service.ts @@ -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,