From bad30dd879fae35139cfe2d3077f512e7bce5028 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:42:04 +0200 Subject: [PATCH] Set up statistics gathering queue --- .../statistics-gathering/statistics-gathering.processor.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/api/src/services/queues/statistics-gathering/statistics-gathering.processor.ts b/apps/api/src/services/queues/statistics-gathering/statistics-gathering.processor.ts index 50673f121..1e7be5155 100644 --- a/apps/api/src/services/queues/statistics-gathering/statistics-gathering.processor.ts +++ b/apps/api/src/services/queues/statistics-gathering/statistics-gathering.processor.ts @@ -141,12 +141,6 @@ export class StatisticsGatheringProcessor { const $ = cheerio.load(body); - console.log( - $( - 'a[href="/ghostfolio/ghostfolio/graphs/contributors"] .Counter' - ).text() - ); - const value = $( 'a[href="/ghostfolio/ghostfolio/graphs/contributors"] .Counter' ).text();