Skip to content

Commit c2242dc

Browse files
author
Geobert Quach
committed
Stray println
1 parent fb70a6f commit c2242dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/windows_registry.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ mod impl_ {
638638
.and_then(|key| key.query_str("15.0").ok())
639639
.map(|path| {
640640
let path = PathBuf::from(path).join(r"Common7\IDE\devenv.exe");
641-
println!("*** path: {:?}", path);
642641
let mut tool = Tool::new(path);
643642
if target.contains("x86_64") {
644643
tool.env.push(("Platform".into(), "X64".into()));

0 commit comments

Comments
 (0)