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 = '';