Skip to content

Commit

Permalink
remove debug probe
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Feb 16, 2023
1 parent 6641938 commit 6cb9aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forc-pkg/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ impl PackageManifestFile {
if e.to_string().contains("could not find") {
return Ok(None);
} else {
println!("{e:?}");
return Err(e);
}
}
Expand Down

0 comments on commit 6cb9aaf

Please sign in to comment.