mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Remove debugger
This commit is contained in:
parent
d272f835d7
commit
23363cf464
1 changed files with 0 additions and 1 deletions
1
pdf.js
1
pdf.js
|
@ -7445,7 +7445,6 @@ var PDFObjects = (function() {
|
|||
// If there isn't an object yet or the object isn't resolved, then the
|
||||
// data isn't ready yet!
|
||||
if (!obj || !obj.isResolved) {
|
||||
debugger;
|
||||
throw 'Requesting object that isn\'t resolved yet ' + objId;
|
||||
}
|
||||
// Direct access.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue