remove unnecessary log

This commit is contained in:
Til Schmitter 2026-05-01 19:11:39 +02:00
parent ff26c10a12
commit 10ad044e64

View file

@ -1602,8 +1602,6 @@ var tt = (function () {
if (!msg)
return;
r.el = this;
var pos = this.getBoundingClientRect(),
dir = this.getAttribute('ttd') || '',
@ -1644,7 +1642,6 @@ var tt = (function () {
r.show.bind(null);
r.el = null;
console.log('hide');
clearTimeout(tev);
window.removeEventListener('scroll', r.hide);