Skip to content

Commit bb79cae

Browse files
committed
Remove stray print()
1 parent 92a7023 commit bb79cae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/ufo2ft/featureWriters/cursFeatureWriter.py

-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ def _makeCursiveLookup(self, glyphs, entryName, exitName, direction=None):
115115

116116
lookup.statements.extend(statements)
117117

118-
print(str(lookup))
119-
120118
return lookup
121119

122120
def _getAnchors(self, glyphName, entryName, exitName):

0 commit comments

Comments
 (0)