From b8867bca624ad3f31c4e074fe82a2e4869f7044d Mon Sep 17 00:00:00 2001 From: idotj Date: Wed, 27 Apr 2022 15:04:14 +0200 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 a811b19..d0836b8 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -51,7 +51,7 @@ MastodonApi.prototype.getToots = function () { }) .then(response => response.json()) .then(jsonData => { - console.log('jsonData: ', jsonData); + // console.log('jsonData: ', jsonData); // Clear the loading message this.mtBodyContainer.innerHTML = '';