]> git.parisson.com Git - pdf.js.git/commitdiff
Removed log code from previous commit
authorsbarman <sbarman@L3CWZ5T.(none)>
Tue, 7 Jun 2011 01:34:24 +0000 (18:34 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Tue, 7 Jun 2011 01:34:24 +0000 (18:34 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index 42f0008429a57595c4877ed926650cdd6e1049cf..e0ec7e5aaa99df14da1c51ca95794a2ba56c4b27 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -440,8 +440,6 @@ var FlateStream = (function() {
                 var code1 = this.getCode(litCodeTable);
                 if (code1 == 256) {
                     this.bufferLength = pos;
-                    //logBuffer(this.buffer, 0, pos);
-                    //log(pos);
                     return;
                 }
                 if (code1 < 256) {