Remove logging from hearts
This commit is contained in:
parent
979fb50ea4
commit
e906713052
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue