diff --git a/kindle_fetch/kindle_fetch.py b/kindle_fetch/kindle_fetch.py index d9cd973..49b74d5 100644 --- a/kindle_fetch/kindle_fetch.py +++ b/kindle_fetch/kindle_fetch.py @@ -97,8 +97,7 @@ async def wait_for_new_message(imap_client, kindle_dir, latest_path): try: while True: try: - LOGGER.info("waiting for new message") - + LOGGER.debug("waiting for new message") idle_task = await imap_client.idle_start(timeout=float("inf")) msg = await imap_client.wait_server_push() imap_client.idle_done()