remove debugging from pdf viewer

This commit is contained in:
Brian Gough 2015-01-20 16:22:34 +00:00
parent 441bc63935
commit debc3037ae

View file

@ -344,7 +344,7 @@ define [
#console.log 'orig position', JSON.stringify(origposition)
if pageNum - 1 < origposition.page && delta != 0
currentScrollTop = element.scrollTop()
console.log 'adjusting scroll from', currentScrollTop, 'by', delta
#console.log 'adjusting scroll from', currentScrollTop, 'by', delta
scope.adjustingScroll = true
element.scrollTop(currentScrollTop + delta)