mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
Remove another debug logging line
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user