mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-30 22:46:40 +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