Remove debug print statement for features in MicromailClient

This commit is contained in:
Edgar P. Burkhart 2025-05-17 21:47:31 +02:00
parent 86d95ff610
commit 2fe7cc89f7
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -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()