aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paper2remarkable/log.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paper2remarkable/log.py b/paper2remarkable/log.py
index fb9d8a3..8240a62 100644
--- a/paper2remarkable/log.py
+++ b/paper2remarkable/log.py
@@ -9,8 +9,8 @@ Copyright: 2019, G.J.J. van den Burg
"""
# NOTE: I know about the logging module, but this was easier because one of the
-# dependencies was using that and it became complicated. This one is obviously
-# not thread-safe and is very simple.
+# dependencies was using that and it interfered with our logging. The logger
+# class below is obviously not thread-safe and is very simple.
import datetime
import sys