1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-05 00:49:29 +02:00

Remove a debugging print, fixes #10

This commit is contained in:
Pierre Jaury
2016-05-30 22:08:51 +02:00
parent 7f7ff4d722
commit 77729f2aa2

View File

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