Remove debug print statement for features in MicromailClient
This commit is contained in:
parent
86d95ff610
commit
2fe7cc89f7
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ class MicromailClient:
|
|||
sys.exit(1)
|
||||
|
||||
self.features = self.ehlo()
|
||||
print(self.features)
|
||||
|
||||
if self.starttls and b"STARTTLS" in self.features:
|
||||
self.start_starttls()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue