Comment console.log

This commit is contained in:
i.j 2023-10-17 07:48:40 +00:00
parent 67c07a593d
commit fb798ced2d

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