Skip to content

Commit

Permalink
chore(logs): remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Dec 21, 2023
1 parent a57f6ff commit 89107ba
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
*/
Expand Down

0 comments on commit 89107ba

Please sign in to comment.