Removed log code from previous commit

This commit is contained in:
sbarman 2011-06-06 18:34:24 -07:00
parent 11f427d235
commit 27b8b68b87

2
pdf.js
View File

@ -440,8 +440,6 @@ var FlateStream = (function() {
var code1 = this.getCode(litCodeTable); var code1 = this.getCode(litCodeTable);
if (code1 == 256) { if (code1 == 256) {
this.bufferLength = pos; this.bufferLength = pos;
//logBuffer(this.buffer, 0, pos);
//log(pos);
return; return;
} }
if (code1 < 256) { if (code1 < 256) {