fix: remove final debug statement

This commit is contained in:
DecDuck
2026-03-01 22:31:11 +11:00
parent b513699ad9
commit f5c4cbe18f
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ dependencies = [
[[package]]
name = "droplet-rs"
version = "0.16.1"
version = "0.16.2"
dependencies = [
"anyhow",
"async-trait",
+1 -1
View File
@@ -2,7 +2,7 @@
edition = "2021"
authors = ["Drop-OSS"]
name = "droplet-rs"
version = "0.16.1"
version = "0.16.2"
license = "AGPL-3.0-only"
description = "Droplet is a `napi.rs` Rust/Node.js package full of high-performance and low-level utils for Drop"
@@ -71,7 +71,6 @@ impl VersionBackend for ZipVersionBackend {
permission: 0o744,
size: header.size().try_into()?,
});
println!("storing file {}", header.pathname());
}
Ok(results)