We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2f468 commit 03cfb23Copy full SHA for 03cfb23
spamdetector.py
@@ -15,7 +15,6 @@ def email_features(sent):
15
for word in wordtokens:
16
if word not in commonwords:
17
features[word] = True
18
- logging.info(word)
19
return features
20
21
0 commit comments