Remove log

This commit is contained in:
James Hush
2025-05-25 15:17:16 +08:00
parent b71b6fa487
commit 872f2ba71d

View File

@@ -52,7 +52,6 @@ class AlertProcessor(FrameProcessor):
await super().process_frame(frame, direction)
if isinstance(frame, TextFrame):
logger.info(f"Alert Processor received text: {frame.text}")
text = frame.text.strip().upper()
message_frame = RTVIServerMessageFrame(data=text)
await self.push_frame(message_frame)