mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Remove the commented out call to info()
This commit is contained in:
parent
a114d13308
commit
d01071f426
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue