mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Removed log code from previous commit
This commit is contained in:
parent
11f427d235
commit
27b8b68b87
1 changed files with 0 additions and 2 deletions
2
pdf.js
2
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue