From d8423584d4571f8024b035c661c94b46688076a8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 14 Oct 2025 12:19:13 -0700 Subject: [PATCH] Update radio.py --- modules/radio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/radio.py b/modules/radio.py index c734d00..100eed4 100644 --- a/modules/radio.py +++ b/modules/radio.py @@ -147,7 +147,6 @@ def checkVoxTrapWords(text): if idx != -1: # Remove everything before and including the trap word new_text = text[idx + len(trap_clean):].strip() - logger.debug(f"RadioMon: VOX detected trap word '{trap_lower}' in: '{text}' (remaining: '{new_text}')") words = new_text.lower().split() for word in words: if word in botMethods: