From d488992738df66913ceafcdeaec932fa5b7db5b6 Mon Sep 17 00:00:00 2001 From: Makyen Date: Wed, 18 May 2022 11:55:02 -0700 Subject: [PATCH] Remove printing of every post. autopull --- findspam.py | 1 - 1 file changed, 1 deletion(-) 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: