tooling: disable log message in misc/tools/rename.py
This commit is contained in:
parent
bd33b4148b
commit
566bd745d0
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ def setFamilyName(font, nextFamilyName):
|
|||
old, new = renameRecord(rec, prevFamilyNames, nextFamilyName)
|
||||
else:
|
||||
old, new = renameRecord(rec, prevFamilyNames, nextFamilyName)
|
||||
print(" %r: '%s' -> '%s'" % (rec, old, new))
|
||||
# print(" %r: '%s' -> '%s'" % (rec, old, new))
|
||||
|
||||
# HACK! FIXME!
|
||||
# add name ID 25 "Variations PostScript Name Prefix" if not found
|
||||
|
|
|
|||
Reference in a new issue