From a61041c3fa7e83047afa088f582053c24ad6ebaa Mon Sep 17 00:00:00 2001 From: "i.j" Date: Wed, 22 Feb 2023 18:36:05 +0000 Subject: [PATCH] remove console.log --- src/mastodon-timeline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index c37cd22..61c486c 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -280,7 +280,6 @@ MastodonApi.prototype.getToots = function () { // Toot interactions this.mtBodyContainer.addEventListener('click', function (event) { - console.log({event}); // Check if clicked in a toot if (event.target.localName == 'article' || event.target.offsetParent.localName == 'article' || event.target.localName == 'img') { openTootURL(event);