1
0
mirror of https://gitlab.com/MisterBiggs/bdfparse.git synced 2025-07-27 08:41:38 +00:00

removed debugging code

This commit is contained in:
2019-07-15 23:00:29 -07:00
parent c5521cd291
commit 5ada358204

View File

@@ -172,7 +172,7 @@ def parse_chars(bdfFile):
bits += bdf.readline()
font[char] = from_hex(bits.strip(), cols)
print(char)
if bdf.readline().startswith("ENDFONT"):
return font
return font