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.