Remove unintentional debugging

This commit is contained in:
David Baker 2017-09-27 10:31:14 +01:00
parent 60c78666ab
commit 8c06dd6071

View File

@ -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):