Skip to content

Commit 74bd478

Browse files
committed
remove print
1 parent 028d79c commit 74bd478

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
@@ -293,7 +293,6 @@ pub fn read_manifest(file_path: &PathBuf) -> Result<Manifest, ReadManifestError>
293293

294294
let environment_path = extract_environment_path(&contents, file_path);
295295
if let Some(ref path) = environment_path {
296-
println!("Loading environment from path: {:?}", path);
297296
load_env_from_full_path(path);
298297
}
299298

0 commit comments

Comments
 (0)