Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-koshy committed Jun 4, 2024
1 parent aa7c0c8 commit cf0dc41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions consensus/core/src/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,6 @@ mod tests {
assert_eq!(range1.start(), 1);
assert_eq!(range1.end(), 5);

tracing::debug!("test");

// Test next range check
assert!(!range1.is_next_range(&range2));
assert!(!range1.is_next_range(&range3));
Expand Down

0 comments on commit cf0dc41

Please sign in to comment.