mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
remove unnecessary log
This commit is contained in:
parent
ff26c10a12
commit
10ad044e64
|
|
@ -1602,8 +1602,6 @@ var tt = (function () {
|
||||||
if (!msg)
|
if (!msg)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
r.el = this;
|
r.el = this;
|
||||||
var pos = this.getBoundingClientRect(),
|
var pos = this.getBoundingClientRect(),
|
||||||
dir = this.getAttribute('ttd') || '',
|
dir = this.getAttribute('ttd') || '',
|
||||||
|
|
@ -1644,7 +1642,6 @@ var tt = (function () {
|
||||||
r.show.bind(null);
|
r.show.bind(null);
|
||||||
r.el = null;
|
r.el = null;
|
||||||
|
|
||||||
console.log('hide');
|
|
||||||
clearTimeout(tev);
|
clearTimeout(tev);
|
||||||
window.removeEventListener('scroll', r.hide);
|
window.removeEventListener('scroll', r.hide);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue