mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
remove unnecessary log
This commit is contained in:
parent
ff26c10a12
commit
10ad044e64
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue