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; properties.baseEncoding = encoding;
} }
if (false && properties.subtype == 'CIDFontType0C') { if (properties.subtype == 'CIDFontType0C') {
var toFontChar = []; var toFontChar = [];
for (var i = 0; i < charstrings.length; ++i) { for (var i = 0; i < charstrings.length; ++i) {
var charstring = charstrings[i]; var charstring = charstrings[i];