]> git.parisson.com Git - pdf.js.git/commitdiff
cleanup
authorsbarman <sbarman@L3CWZ5T.(none)>
Tue, 5 Jul 2011 16:13:53 +0000 (11:13 -0500)
committersbarman <sbarman@L3CWZ5T.(none)>
Tue, 5 Jul 2011 16:13:53 +0000 (11:13 -0500)
pdf.js

diff --git a/pdf.js b/pdf.js
index c34bc76edf18695fbe6cb83bca15a94b2ed31e35..ea28ca6478f3503e63b62200b3b9d8ff70f43070 100644 (file)
--- 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) {