From: sbarman Date: Tue, 5 Jul 2011 16:13:53 +0000 (-0500) Subject: cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=28a01646bb40328c29593e0d221e3e9817685c86;p=pdf.js.git cleanup --- diff --git a/pdf.js b/pdf.js index c34bc76..ea28ca6 100644 --- a/pdf.js +++ b/pdf.js @@ -2236,9 +2236,6 @@ var Lexer = (function() { var stream = this.stream; var ch; while (true) { - if (!stream.getChar) - log("bad stream"); - if (!(ch = stream.getChar())) return EOF; if (comment) {