remove console.log

This commit is contained in:
i.j 2023-02-22 18:36:05 +00:00
parent 4791b3c07d
commit a61041c3fa

View File

@ -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);