Skip to content

Commit

Permalink
Remove lockfile logging
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Mar 4, 2024
1 parent 860382d commit a8c65c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions containerd-shim-spin/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ impl SpinEngine {
.context("failed to create spin.json")?
.write_all(&artifact.layer)
.context("failed to write spin.json")?;
let lockfile = std::str::from_utf8(&artifact.layer)?;
log::info!("lockfile: {:?}", lockfile);
}
MediaType::Other(name)
if name == "application/vnd.wasm.content.layer.v1+wasm" =>
Expand Down

0 comments on commit a8c65c5

Please sign in to comment.