1
1
mirror of https://github.com/rsms/inter.git synced 2024-12-25 08:33:40 +03:00

Remove debug printing from fontinfo script

This commit is contained in:
Rasmus Andersson 2017-09-11 22:43:18 -07:00
parent 1d4185f92d
commit c77a0f8492

View File

@ -213,8 +213,8 @@ def genFontInfo(fontpath, outputType, withGlyphs=True):
'id': fontpath,
}
for tableName in tt.keys():
print 'table', tableName
# for tableName in tt.keys():
# print 'table', tableName
nameDict = {}
if 'name' in tt: