Removed log code from previous commit
This commit is contained in:
parent
11f427d235
commit
27b8b68b87
2
pdf.js
2
pdf.js
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user