Remove console.log

This commit is contained in:
i.j 2023-10-11 11:31:08 +00:00
parent 74be1aed2d
commit 294d5d0752

View File

@ -337,7 +337,7 @@ MastodonApi.prototype.getTimelineData = async function () {
return { ...result, ...dataItem };
}, {});
console.log("Timeline data fetched: ", this.FETCHED_DATA);
// console.log("Timeline data fetched: ", this.FETCHED_DATA);
resolve();
});
});