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();