Skip to content

Commit

Permalink
chore: remove comment about error bubbling with sbsign
Browse files Browse the repository at this point in the history
Signed-off-by: Raito Bezarius <[email protected]>
  • Loading branch information
RaitoBezarius committed Aug 28, 2024
1 parent a2ecf9d commit 1c231ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/tool/shared/src/signature/local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ impl Signer for LocalKeyPair {
if std::io::stderr().write_all(&output.stderr).is_err() {
return Ok(false);
};
// XXX(Raito): do we want to bubble up this type of errors? :/
log::debug!("sbverify failed with args: `{args:?}`.");
return Ok(false);
}
Expand Down

0 comments on commit 1c231ee

Please sign in to comment.