From 87f35fe27f38f62bee6e625eadfe81f1883a61fc Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Tue, 31 Mar 2020 14:01:01 -0400 Subject: [PATCH] rtutil: Remove debug print. --- conservancy_beancount/rtutil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conservancy_beancount/rtutil.py b/conservancy_beancount/rtutil.py index 2fa8c5f..509631a 100644 --- a/conservancy_beancount/rtutil.py +++ b/conservancy_beancount/rtutil.py @@ -90,7 +90,6 @@ class RTLinkCache(_LinkCache): can_write = False else: can_write = True - print(cache_path, have_data, can_write) if not (can_write or have_data): # If there's nothing to read and no way to write, sqlite provides # no benefit.