Skip to content

Commit 46af934

Browse files
committed
remove print
1 parent 2cb83a3 commit 46af934

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/manifest/yaml.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ pub fn read_manifest(file_path: &PathBuf) -> Result<Manifest, ReadManifestError>
286286
contents = substitute_env_variables(&contents)?;
287287

288288
let mut manifest_after_transform: Manifest = serde_yaml::from_str(&contents)?;
289-
println!("Manifest after transform contents: {:?}", manifest_after_transform);
290289

291290
// as we don't want to inject the RPC URL in rust projects in clear text we should change
292291
// the networks.rpc back to what it was before and the generated code will handle it

0 commit comments

Comments
 (0)