Skip to content

Commit 464dff4

Browse files
committed
remove log
1 parent 45c954a commit 464dff4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/build/packages.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ fn make_package(config: config::Config, package_path: &str, is_pinned_dep: bool,
416416
};
417417

418418
let package_name = read_package_name(package_path).expect("Could not read package name");
419-
println!("creating package: {:?}", package_name);
420419
Package {
421420
name: package_name,
422421
config: config.to_owned(),

0 commit comments

Comments
 (0)