From 89107ba67c4a0b67ccbb09ce871a01bb1e5c2a7c Mon Sep 17 00:00:00 2001 From: Mats Johansen Date: Thu, 21 Dec 2023 09:00:53 +0100 Subject: [PATCH] chore(logs): remove logs --- .../lib/src/components/results/ResultSummaryComponent.wc.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/lib/src/components/results/ResultSummaryComponent.wc.svelte b/packages/lib/src/components/results/ResultSummaryComponent.wc.svelte index 8523419..54d2a5a 100644 --- a/packages/lib/src/components/results/ResultSummaryComponent.wc.svelte +++ b/packages/lib/src/components/results/ResultSummaryComponent.wc.svelte @@ -32,7 +32,6 @@ if (!options?.dataTypes) { return; } - console.log(store); /** * show the number of sites with data and the number of sites claimed/succeeded @@ -50,7 +49,6 @@ }); resultSummaryDataTypes = options.dataTypes.map((type) => { - console.log(getAggregatedPopulationForStratumCode(store, '1', "Histlogoies")); /** * If the type is collections, the population is the length of the store */