From f88e9d3518b2a3175cbde714cd66460d39f311d9 Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Wed, 15 Apr 2015 15:35:52 -0700 Subject: Remove debugging code. --- scripts/lib/fontbuild/kerning.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/lib/fontbuild/kerning.py') 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) -- cgit v1.2.3