mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Remove debug code
This commit is contained in:
parent
28b4dac2d8
commit
b4e3554af2
1 changed files with 1 additions and 1 deletions
|
@ -2040,7 +2040,7 @@ var Font = (function FontClosure() {
|
|||
}
|
||||
properties.baseEncoding = encoding;
|
||||
}
|
||||
if (false && properties.subtype == 'CIDFontType0C') {
|
||||
if (properties.subtype == 'CIDFontType0C') {
|
||||
var toFontChar = [];
|
||||
for (var i = 0; i < charstrings.length; ++i) {
|
||||
var charstring = charstrings[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue