[Cleanup] Transliterator: Remove debug print statement from analyze method

This commit is contained in:
misyaguziya
2025-10-02 22:58:13 +09:00
parent 957cddfe18
commit fe3fea34ff

View File

@@ -102,7 +102,6 @@ class Transliterator:
surface = t.surface() surface = t.surface()
reading = t.reading_form() reading = t.reading_form()
pos = t.part_of_speech() pos = t.part_of_speech()
print("surface:", surface, " reading:", reading, " pos:", pos)
if pos and pos[0] in ["記号", "補助記号"]: if pos and pos[0] in ["記号", "補助記号"]:
reading = surface reading = surface