🔇 remove print

This commit is contained in:
StarHeartHunt
2021-07-06 21:15:02 +08:00
parent e3c3e370cb
commit b9befc8350
2 changed files with 0 additions and 7 deletions

View File

@ -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: