summaryrefslogtreecommitdiff
path: root/scripts/lib
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-15 15:35:52 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:35 -0700
commitf88e9d3518b2a3175cbde714cd66460d39f311d9 (patch)
tree1c4030710755587b56c604e736c76b127cca2c2b /scripts/lib
parent0cf20ee912d634cb805ca5729b4228de27fe6dac (diff)
Remove debugging code.
Diffstat (limited to 'scripts/lib')
-rw-r--r--scripts/lib/fontbuild/kerning.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/fontbuild/kerning.py b/scripts/lib/fontbuild/kerning.py
index 4e6e47e..d8a52d8 100644
--- a/scripts/lib/fontbuild/kerning.py
+++ b/scripts/lib/fontbuild/kerning.py
@@ -49,7 +49,6 @@ class KernFeatureWriter(AbstractFeatureWriter):
# collect rules with left class and right glyph
for pair, val in self.kerning.getLeft(leftKey):
- if pair == ('O', 'A.smcp'): print pair, val
leftClassKerning[leftName, pair[1]] = self.kerning[pair]
self.kerning.remove(pair)