Remove a debugging print, fixes #10

master
Pierre Jaury 8 years ago
parent 7f7ff4d722
commit 77729f2aa2

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

Loading…
Cancel
Save