Remove unneeded console.log

This commit is contained in:
Piotr Sarnacki 2014-03-04 14:14:00 +01:00
parent 535a873dc0
commit 0ef732557c

View File

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