Browse Source

Removed log code from previous commit

sbarman 14 years ago
parent
commit
27b8b68b87
  1. 2
      pdf.js

2
pdf.js

@ -440,8 +440,6 @@ var FlateStream = (function() { @@ -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) {

Loading…
Cancel
Save