Remove another debug logging line

This commit is contained in:
James Allen 2016-11-17 16:08:25 +00:00
parent 35d154b6e8
commit d30daa3477

View file

@ -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()