Comment console.log

This commit is contained in:
i.j 2023-09-23 22:06:44 +00:00
parent 43e3b0fd5f
commit 20e0589d6d

View File

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