Skip to content
Snippets Groups Projects
Commit f31884eb authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: remove debugging output

parent a25ef87c
Branches
Tags v0.10.1
2 merge requests!59FIX: if multiple updates for one entity exist, the retrieve would result in an...,!46F cache version
...@@ -311,7 +311,6 @@ class Cache(AbstractCache): ...@@ -311,7 +311,6 @@ class Cache(AbstractCache):
invalidate_list = [] invalidate_list = []
for ent in entities: for ent in entities:
print(ent)
if ent.version.id != v[ent.id]: if ent.version.id != v[ent.id]:
invalidate_list.append(ent.id) invalidate_list.append(ent.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment