Skip to content

Commit 7bb1e7e

Browse files
committed
Remove print() statement that is not needed
1 parent a8bc9fd commit 7bb1e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trustymail/trustymail.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def starttls_scan(domain, smtp_timeout, smtp_localhost, smtp_ports, smtp_cache):
176176
ans = socket.getaddrinfo(
177177
mail_server, port, socket.AF_INET, socket.SOCK_STREAM
178178
)
179-
print(ans)
180179
sa = ans[0][4]
181180
mail_server_ip_address = sa[0]
182181

0 commit comments

Comments
 (0)