Skip to content

Commit bb900ad

Browse files
committed
removed print
1 parent 8363693 commit bb900ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sender.py

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def __init__(self,
2222
self.password = password or os.environ.get('PYMS_PASSWORD')
2323
self.host = host
2424
self.port = port
25-
print(self.host)
26-
print(self.port)
2725
self.smtpserver = smtplib.SMTP_SSL(self.host, self.port)
2826

2927
def connect(self):

0 commit comments

Comments
 (0)