From 20e0589d6d99146e4680fc1f08a93a5d9425f870 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Sat, 23 Sep 2023 22:06:44 +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 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(); }); });