Skip to content
Snippets Groups Projects
Commit 8c06dd60 authored by David Baker's avatar David Baker
Browse files

Remove unintentional debugging

parent 60c78666
Branches
Tags
No related merge requests found
......@@ -20,7 +20,6 @@ class SpamChecker(object):
if hs.config.spam_checker is not None:
module, config = hs.config.spam_checker
print("cfg %r", config)
self.spam_checker = module(config=config)
def check_event_for_spam(self, event):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment