diff --git a/fetchmail/fetchmail.py b/fetchmail/fetchmail.py index b755c37e..cd2b9c3f 100755 --- a/fetchmail/fetchmail.py +++ b/fetchmail/fetchmail.py @@ -16,7 +16,6 @@ poll {host} proto {protocol} port {port} def fetchmail(fetchmailrc): - print(fetchmailrc) with tempfile.NamedTemporaryFile() as handler: handler.write(fetchmailrc.encode("utf8")) handler.flush()