Remove log message

This commit is contained in:
Emmanuel 2023-11-25 15:12:45 +01:00
parent 62d901198a
commit 38043f38ab

View file

@ -132,11 +132,6 @@ export class Aggregator {
async getAll(): Promise<void> {
while (this.requestedTypeAndIds.size > 0) {
console.log(
"Aggregator.getAll: this.requestedTypeAndIds.size =",
this.requestedTypeAndIds.size,
)
{
const articleTypeAndIds = [...this.requestedTypeAndIds].filter(
([type]) => type === "article",