diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index 45fb23a..df5764d 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -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(); }); });