remove leftover debug prints

This commit is contained in:
Kovid Goyal
2025-07-20 21:45:36 +05:30
parent b980eb2726
commit 12c1b0cbdf
2 changed files with 0 additions and 2 deletions

View File

@@ -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():