tooling: disable log message in misc/tools/rename.py

This commit is contained in:
Rasmus Andersson 2023-05-30 15:08:03 -07:00
parent bd33b4148b
commit 566bd745d0

View file

@ -215,7 +215,7 @@ def setFamilyName(font, nextFamilyName):
old, new = renameRecord(rec, prevFamilyNames, nextFamilyName) old, new = renameRecord(rec, prevFamilyNames, nextFamilyName)
else: else:
old, new = renameRecord(rec, prevFamilyNames, nextFamilyName) old, new = renameRecord(rec, prevFamilyNames, nextFamilyName)
print(" %r: '%s' -> '%s'" % (rec, old, new)) # print(" %r: '%s' -> '%s'" % (rec, old, new))
# HACK! FIXME! # HACK! FIXME!
# add name ID 25 "Variations PostScript Name Prefix" if not found # add name ID 25 "Variations PostScript Name Prefix" if not found