From fb798ced2dd28a17228f55998ffb22e3a0671bfd Mon Sep 17 00:00:00 2001 From: "i.j" Date: Tue, 17 Oct 2023 07:48:40 +0000 Subject: [PATCH] Comment console.log --- src/mastodon-timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); });