Remove debugging message
This commit is contained in:
parent
bc380928e7
commit
b31c4a9aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ class Knocker(Object):
|
||||||
|
|
||||||
if re.match(full_regex, message, re.IGNORECASE) \
|
if re.match(full_regex, message, re.IGNORECASE) \
|
||||||
and curr_state.value >= convo_state.value:
|
and curr_state.value >= convo_state.value:
|
||||||
logger.info(f"Spoke: {message}, matched: {full_regex} and {curr_state} >= {convo_state}")
|
# logger.info(f"Spoke: {message}, matched: {full_regex} and {curr_state} >= {convo_state}")
|
||||||
|
|
||||||
# If we have the ring in our mouth, we are muffled:
|
# If we have the ring in our mouth, we are muffled:
|
||||||
if self.has("brass ring"):
|
if self.has("brass ring"):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue