mirror of
https://gitlab.com/idotj/mastodon-embed-timeline.git
synced 2025-05-24 00:42:45 +00:00
remove console.log
This commit is contained in:
parent
4791b3c07d
commit
a61041c3fa
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user