summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)