diff --git a/typeclasses/things.py b/typeclasses/things.py index a8caaa1..cc321e9 100755 --- a/typeclasses/things.py +++ b/typeclasses/things.py @@ -333,7 +333,7 @@ class Knocker(Object): if re.match(full_regex, message, re.IGNORECASE) \ 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 self.has("brass ring"):