diff --git a/core/storage/btree.rs b/core/storage/btree.rs index b2761a5aa..3f6b87da3 100644 --- a/core/storage/btree.rs +++ b/core/storage/btree.rs @@ -1754,7 +1754,7 @@ impl Cursor for BTreeCursor { } fn delete(&mut self) -> Result> { - debug!("rowid: {:?}", self.rowid.borrow()); + println!("rowid: {:?}", self.rowid.borrow()); Ok(CursorResult::Ok(())) }