mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
core/storage: Remove debug printout
This commit is contained in:
parent
3c6c6041ff
commit
d355ce785c
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue