Turn off a spammy error message.

This commit is contained in:
Ben Kelly 2018-01-27 14:19:23 -05:00 committed by Ben Kelly
parent a765153002
commit 516aa3401b

View File

@ -98,8 +98,7 @@ class LigatureCreator(object):
return
if not self.copy_ligature_from_source(firacode_ligature_name):
print('Error reading ligature %s from %s -- skipping' % (
firacode_ligature_name, self.firacode.fontname))
# Ligature not in source font.
return
self._lig_counter += 1