rtutil: Remove debug print.

This commit is contained in:
Brett Smith 2020-03-31 14:01:01 -04:00
parent 7a4e1c52f3
commit 87f35fe27f

View file

@ -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.