From 77729f2aa22ce7555c86f10269fa7e75af7c396c Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Mon, 30 May 2016 22:08:51 +0200 Subject: [PATCH] Remove a debugging print, fixes #10 --- fetchmail/fetchmail.py | 1 - 1 file changed, 1 deletion(-) 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()