aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paper2remarkable/utils.py1
1 files changed, 0 insertions, 1 deletions
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,