diff --git a/pdf.js b/pdf.js index 8a2fa39a0..6a2a784de 100644 --- a/pdf.js +++ b/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.