chore: debug

This commit is contained in:
evenyag
2024-11-05 15:33:42 +08:00
parent 957b5effd5
commit 83da3950da

View File

@@ -535,7 +535,7 @@ impl Batch {
}
/// Returns Ok if the given batch is behind the current batch.
#[cfg(debug_assertions)]
// #[cfg(debug_assertions)]
pub(crate) fn check_next_batch(&self, other: &Batch) -> Result<(), String> {
// Checks the primary key
if self.primary_key() < other.primary_key() {