From b31c4a9aaa2942adba6a2acb8f45d77d569d8a16 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Mon, 14 Apr 2025 16:40:41 -0700 Subject: [PATCH] Remove debugging message --- typeclasses/things.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"):