]> git.parisson.com Git - pdf.js.git/commitdiff
Remove debugger
author= <=>
Fri, 21 Oct 2011 16:56:28 +0000 (09:56 -0700)
committer= <=>
Fri, 21 Oct 2011 16:56:28 +0000 (09:56 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index 8a2fa39a0726f8bd57133ec0308c52cef80c3c75..6a2a784deba615f66bd4b765eb83b5130a36ef28 100644 (file)
--- 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.