1
0
Fork 0
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:
notmasteryet 2012-02-20 13:00:45 -06:00
parent 28b4dac2d8
commit b4e3554af2

View file

@ -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];