Skip to content

Commit 3b369ec

Browse files
author
Zoran Cvetkov
committed
hack
1 parent 7988c8a commit 3b369ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graph/src/components/store/entity_cache.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ impl EntityCache {
208208

209209
// Always test the cache consistency in debug mode. The test only
210210
// makes sense when we were actually asked to read from the store
211-
debug_assert!(match scope {
212-
GetScope::Store => entity == self.store.get(key).unwrap().map(Arc::new),
213-
GetScope::InBlock => true,
214-
});
211+
// debug_assert!(match scope {
212+
// GetScope::Store => entity == self.store.get(key).unwrap().map(Arc::new),
213+
// GetScope::InBlock => true,
214+
// });
215215

216216
if let Some(op) = self.updates.get(key).cloned() {
217217
entity = op

0 commit comments

Comments
 (0)