Ver Fonte

fix: 去除无意义print

SongZihuan há 2 anos atrás
pai
commit
c45c24e474
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      mailbox/email.py

+ 0 - 1
mailbox/email.py

@@ -62,7 +62,6 @@ class Mail:
     def from_addr(self):
     def from_addr(self):
         if not self.msg_data['From']:
         if not self.msg_data['From']:
             return ""
             return ""
-        print(self.to_addr)
         return str(email.header.make_header(email.header.decode_header(self.msg_data['From'])))
         return str(email.header.make_header(email.header.decode_header(self.msg_data['From'])))
 
 
     @property
     @property