mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove another debug logging line
This commit is contained in:
parent
35d154b6e8
commit
d30daa3477
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ define [
|
|||
deltaY = e.wheelY
|
||||
old_top = parseInt(list.css("top"))
|
||||
top = Math.min(0, old_top - deltaY * 4)
|
||||
console.log {old_top, top}
|
||||
list.css(top: top)
|
||||
scrollAce(-top)
|
||||
e.preventDefault()
|
||||
|
|
Loading…
Reference in a new issue