mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
remove leftover debug prints
This commit is contained in:
@@ -151,7 +151,6 @@ def parse_ucd() -> None:
|
||||
category, sep, name = name.rpartition('-')
|
||||
name = name or category
|
||||
name = name.replace('_', ' ')
|
||||
print(11111111, name)
|
||||
if name and codepoint not in name_map:
|
||||
name_map[codepoint] = name.upper()
|
||||
for word in name.lower().split():
|
||||
|
||||
Reference in New Issue
Block a user