Remove debugger

This commit is contained in:
= 2011-10-21 09:56:28 -07:00
parent d272f835d7
commit 23363cf464

1
pdf.js
View File

@ -7445,7 +7445,6 @@ var PDFObjects = (function() {
// If there isn't an object yet or the object isn't resolved, then the // If there isn't an object yet or the object isn't resolved, then the
// data isn't ready yet! // data isn't ready yet!
if (!obj || !obj.isResolved) { if (!obj || !obj.isResolved) {
debugger;
throw 'Requesting object that isn\'t resolved yet ' + objId; throw 'Requesting object that isn\'t resolved yet ' + objId;
} }
// Direct access. // Direct access.