Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
fecet committed Dec 28, 2024
1 parent c4863eb commit 66bb8d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/src/fragment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@ pub fn write_fragments_transaction(
)?
.map_err(|err| PyIOError::new_err(err.to_string()))?;

println!("written: {:?}", written);

Ok(PyLance(written).to_object(reader.py()))
}

Expand Down

0 comments on commit 66bb8d2

Please sign in to comment.