Skip to content

Commit a8b572f

Browse files
committed
remove debugging
1 parent a6bc9b4 commit a8b572f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

text_preprocessing/spacy_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ def __filter_token(self, token: Token | PreprocessorToken) -> bool:
438438
return True
439439
return False
440440
if self.pos_to_keep and token.pos_ not in self.pos_to_keep:
441-
print(token, self.pos_to_keep, token.pos_)
442441
return True
443442
return False
444443

0 commit comments

Comments
 (0)