rtutil: Remove debug print.
This commit is contained in:
parent
7a4e1c52f3
commit
87f35fe27f
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue