Skip to content

Commit 915fff9

Browse files
fix: clean up debug comment
1 parent e04c6e3 commit 915fff9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pythainlp/tokenize/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,6 @@ def __init__(
880880
:param bool keep_whitespace: True to keep whitespace, a common mark
881881
for end of phrase in Thai
882882
"""
883-
print("HEHE")
884883
self.__trie_dict = Trie([])
885884
if custom_dict:
886885
self.__trie_dict = dict_trie(custom_dict)

0 commit comments

Comments
 (0)