From 3151b28a062ca8771a80cfb9aaf41d6907034e43 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 9 Apr 2020 14:14:22 +0100 Subject: remove unnecessary logging --- paper2remarkable/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/paper2remarkable/utils.py b/paper2remarkable/utils.py index 38c8735..cca904b 100644 --- a/paper2remarkable/utils.py +++ b/paper2remarkable/utils.py @@ -150,7 +150,6 @@ def upload_to_remarkable(filepath, remarkable_dir="/", rmapi_path="rmapi"): ) # Upload the file - logger.info("%s put %s %s/" % (rmapi_path, filepath, remarkable_dir)) status = subprocess.call( [rmapi_path, "put", filepath, remarkable_dir + "/"], stdout=subprocess.DEVNULL, -- cgit v1.2.3