Skip to content

Commit

Permalink
Remove printing of every post.
Browse files Browse the repository at this point in the history
autopull
  • Loading branch information
makyen committed May 18, 2022
1 parent 7d8ba60 commit d488992
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion findspam.py
Expand Up @@ -599,7 +599,6 @@ def reload_blacklists(cls):

@staticmethod
def test_post(post):
print("# post", repr(post))
result = []
why_title, why_username, why_body = [], [], []
for rule in FindSpam.rules:
Expand Down

0 comments on commit d488992

Please sign in to comment.