fix: remove debug print #none

This commit is contained in:
Tadashi
2024-11-25 16:07:56 +07:00
parent 7e34e4343b
commit f3a2a293f2
3 changed files with 0 additions and 5 deletions

View File

@@ -90,8 +90,6 @@ class Render:
highlight_text = (
text.replace("\n", "").replace('"', "").replace("'", "")
)
# print("highlight_text", highlight_text, phrase, lang)
except Exception as e:
print(e)
highlight_text = text