Remove unneeded console.log
This commit is contained in:
parent
535a873dc0
commit
0ef732557c
|
@ -26,7 +26,6 @@ class Travis.ToTop
|
|||
offset = container.offset().top + containerHeight - (@window.scrollTop() + windowHeight)
|
||||
max = containerHeight - windowHeight
|
||||
offset = max if offset > max
|
||||
console.log(offset, max)
|
||||
if offset > 0
|
||||
element.css(bottom: offset)
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user