mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 11:14:21 +01:00
Change to println!
This commit is contained in:
@@ -1754,7 +1754,7 @@ impl Cursor for BTreeCursor {
|
||||
}
|
||||
|
||||
fn delete(&mut self) -> Result<CursorResult<()>> {
|
||||
debug!("rowid: {:?}", self.rowid.borrow());
|
||||
println!("rowid: {:?}", self.rowid.borrow());
|
||||
Ok(CursorResult::Ok(()))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user