Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Oct 15, 2024
1 parent 028d79c commit 74bd478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/manifest/yaml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ pub fn read_manifest(file_path: &PathBuf) -> Result<Manifest, ReadManifestError>

let environment_path = extract_environment_path(&contents, file_path);
if let Some(ref path) = environment_path {
println!("Loading environment from path: {:?}", path);
load_env_from_full_path(path);
}

Expand Down

0 comments on commit 74bd478

Please sign in to comment.