Skip to content

Commit

Permalink
Remove stray print()
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Aug 6, 2024
1 parent 92a7023 commit bb79cae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lib/ufo2ft/featureWriters/cursFeatureWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ def _makeCursiveLookup(self, glyphs, entryName, exitName, direction=None):

lookup.statements.extend(statements)

print(str(lookup))

return lookup

def _getAnchors(self, glyphName, entryName, exitName):
Expand Down

0 comments on commit bb79cae

Please sign in to comment.