From: notmasteryet Date: Mon, 20 Feb 2012 19:00:45 +0000 (-0600) Subject: Remove debug code X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b4e3554af25d7dfd09a9496a515c33dbdc1010c4;p=pdf.js.git Remove debug code --- diff --git a/src/fonts.js b/src/fonts.js index 1ddf5ea..e67286d 100644 --- a/src/fonts.js +++ b/src/fonts.js @@ -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];