remove leftover print statement (@top is literally me)

pull/183/head
Aevann 2023-08-09 16:23:02 +03:00
parent 39d402da88
commit 95deb197a5
1 changed files with 0 additions and 1 deletions

View File

@ -219,7 +219,6 @@ def find_all_emote_endings(word):
is_non_ending_found = False
while not is_non_ending_found:
print(curr_word)
if curr_word.endswith('pat'):
if 'pat' in endings:
is_non_ending_found = True