tooling: remove accidental debug print
This commit is contained in:
parent
66545235e6
commit
88477a4105
1 changed files with 0 additions and 2 deletions
|
|
@ -135,8 +135,6 @@ class FontBuilder:
|
|||
for ufo in masters:
|
||||
for g in ufo:
|
||||
directives = findGlyphDirectives(g.note)
|
||||
if g.name == 'parenright':
|
||||
print("parenright directives:", repr(directives))
|
||||
if 'decompose' in directives or (g.components and not composedGlyphIsTrivial(g)):
|
||||
glyphNamesToDecompose.add(g.name)
|
||||
if 'removeoverlap' in directives:
|
||||
|
|
|
|||
Reference in a new issue