From 6cb9aaf7f727ceb218522612ff7a3eebf5eb1e28 Mon Sep 17 00:00:00 2001 From: Kaya Gokalp Date: Thu, 16 Feb 2023 16:13:41 +0300 Subject: [PATCH] remove debug probe --- forc-pkg/src/manifest.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/forc-pkg/src/manifest.rs b/forc-pkg/src/manifest.rs index d01fdcc9ee6..2134ee71cb2 100644 --- a/forc-pkg/src/manifest.rs +++ b/forc-pkg/src/manifest.rs @@ -400,7 +400,6 @@ impl PackageManifestFile { if e.to_string().contains("could not find") { return Ok(None); } else { - println!("{e:?}"); return Err(e); } }