mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-31 18:19:59 +00:00
🔇 remove print
This commit is contained in:
@ -199,7 +199,6 @@ class MessageDeserializer:
|
||||
data: Dict[str, Any]
|
||||
|
||||
def deserialize(self) -> Message:
|
||||
print(self.type, self.data)
|
||||
if self.type == "post":
|
||||
return Message(self._parse_rich_text(self.data))
|
||||
else:
|
||||
|
Reference in New Issue
Block a user