Skip to content

Commit

Permalink
remove assert
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed May 9, 2024
1 parent ac33d49 commit 0bbab63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ impl Eq for OpConsistencyLevel {}

impl OpConsistencyLevel {
pub fn update(&mut self, new_level: &OpConsistencyLevel) {
assert_ne!(self, new_level);
*self = new_level.clone()
}
}
Expand Down

0 comments on commit 0bbab63

Please sign in to comment.