Remove debugging message

This commit is contained in:
Howard Abrams 2025-04-14 16:40:41 -07:00
parent bc380928e7
commit b31c4a9aaa

View file

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