From 294d5d075299ba8dc188a0b6e6dfe8d56e9b8100 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Wed, 11 Oct 2023 11:31:08 +0000 Subject: [PATCH] Remove 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 6ae5ecc..17b6020 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(); }); });