Remove log
This commit is contained in:
@@ -52,7 +52,6 @@ class AlertProcessor(FrameProcessor):
|
|||||||
await super().process_frame(frame, direction)
|
await super().process_frame(frame, direction)
|
||||||
|
|
||||||
if isinstance(frame, TextFrame):
|
if isinstance(frame, TextFrame):
|
||||||
logger.info(f"Alert Processor received text: {frame.text}")
|
|
||||||
text = frame.text.strip().upper()
|
text = frame.text.strip().upper()
|
||||||
message_frame = RTVIServerMessageFrame(data=text)
|
message_frame = RTVIServerMessageFrame(data=text)
|
||||||
await self.push_frame(message_frame)
|
await self.push_frame(message_frame)
|
||||||
|
|||||||
Reference in New Issue
Block a user