]> git.parisson.com Git - pdf.js.git/commitdiff
Remove debugging line
authorArtur Adib <arturadib@gmail.com>
Tue, 31 Jan 2012 15:50:30 +0000 (10:50 -0500)
committerArtur Adib <arturadib@gmail.com>
Tue, 31 Jan 2012 15:50:30 +0000 (10:50 -0500)
src/obj.js

index d03ee4889b353071a04399d8f0e94bc68390b364..2088839c05ca2e23d03bf0ecc3d5e9c82224a8c3 100644 (file)
@@ -561,8 +561,7 @@ var XRef = (function XRefClosure() {
 
         return dict;
       } catch (e) {
-        // log('(while reading XRef): ' + e);
-error('(while reading XRef): ' + e);
+        log('(while reading XRef): ' + e);
       }
 
       warn('Indexing all PDF objects');