Skip to content

Commit

Permalink
test: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Sep 18, 2024
1 parent a22c73a commit 0d916e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion versatiles_container/src/container/tar/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ pub mod tests {

// get tar reader
let mut reader = TarTilesReader::open_path(&temp_file)?;
format!("{:?}", reader);

MockTilesWriter::write(&mut reader).await?;
Ok(())
Expand Down

0 comments on commit 0d916e2

Please sign in to comment.