diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index 381c220..9bf3804 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -335,7 +335,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(); }); });