diff --git a/findspam.py b/findspam.py index ca76325b1c..c420c022b9 100644 --- a/findspam.py +++ b/findspam.py @@ -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: