Skip to content

Commit 03cfb23

Browse files
committed
removed logging function
1 parent 8d2f468 commit 03cfb23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spamdetector.py

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def email_features(sent):
1515
for word in wordtokens:
1616
if word not in commonwords:
1717
features[word] = True
18-
logging.info(word)
1918
return features
2019

2120

0 commit comments

Comments
 (0)