mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 11:14:20 +01:00
core/storage: Remove debug printout
This commit is contained in:
@@ -1245,7 +1245,6 @@ pub fn begin_write_wal_frame(
|
||||
*write_counter.borrow_mut() += 1;
|
||||
let write_complete = {
|
||||
let buf_copy = buffer.clone();
|
||||
log::info!("finished");
|
||||
Box::new(move |bytes_written: i32| {
|
||||
let buf_copy = buf_copy.clone();
|
||||
let buf_len = buf_copy.borrow().len();
|
||||
|
||||
Reference in New Issue
Block a user