From e906713052fafd3f2a0589818dcd23b7a4d760db Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 19 May 2016 12:18:13 -0400 Subject: [PATCH] Remove logging from hearts --- plugins/hearts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/hearts.py b/plugins/hearts.py index 992b0e5..159d2e1 100644 --- a/plugins/hearts.py +++ b/plugins/hearts.py @@ -37,7 +37,6 @@ def process_message(data): outputs.append([data['channel'], "No score for _{}_.".format(name)]) return - LOGGER.info('Processing message: %s', text) score, name = calculate_score_and_find_operators(text) if score is not None: LOGGER.info('Adding %s to %s', score, name)