oflakne26 commited on
Commit
bf0e60d
1 Parent(s): 0cdd0aa

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -2
main.py CHANGED
@@ -122,8 +122,6 @@ async def check_word(data: WordCheckData) -> Dict[str, Any]:
122
  found = True
123
  break # Exit loop if word is found
124
 
125
- print("Word `"+word+"` in sentence `"+input_string+"`.", found)
126
-
127
  result = {
128
  "found": found
129
  }
 
122
  found = True
123
  break # Exit loop if word is found
124
 
 
 
125
  result = {
126
  "found": found
127
  }