From 10ad044e64f030e3ed963ba320ce71d6dca8c154 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 1 May 2026 19:11:39 +0200 Subject: [PATCH] remove unnecessary log --- copyparty/web/util.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/copyparty/web/util.js b/copyparty/web/util.js index dc74334f..34cb020c 100644 --- a/copyparty/web/util.js +++ b/copyparty/web/util.js @@ -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);