summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmisc/fontinfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fontinfo.py b/misc/fontinfo.py
index ced9ed3b1..47e2d66b1 100755
--- a/misc/fontinfo.py
+++ b/misc/fontinfo.py
@@ -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: