Remove the commented out call to info()

This commit is contained in:
gigaherz 2012-08-07 17:54:05 +02:00
parent a114d13308
commit d01071f426

View File

@ -794,7 +794,6 @@ var PDFView = {
// 2 if last scrolled up page before the visible pages
var numVisible = visibleViews.length;
if (numVisible === 0) {
//info('No visible views.');
return false;
}
for (var i = 0; i < numVisible; ++i) {