[interpolatable] Remove unused variable

This commit is contained in:
Behdad Esfahbod 2023-11-17 17:50:52 -07:00
parent a06a46ff5d
commit 69e5f032d6

View File

@ -274,8 +274,6 @@ def test_gen(
# ... risks the sparse master being the first one, and only processing a subset of the glyphs
glyphs = {g for glyphset in glyphsets for g in glyphset.keys()}
hist = []
for glyph_name in glyphs:
log.info("Testing glyph %s", glyph_name)
try: