Skip to content

Commit 9916ed0

Browse files
committed
Merge branch 'main' of https://github.com/nab138/YCode
2 parents b2e06a9 + ce8a77a commit 9916ed0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src-tauri/src/windows.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ pub fn convert(
116116

117117
let code = output.status.code().unwrap_or(-1);
118118
if code != 0 {
119-
println!(
120-
"wslpath output: {}",
121-
String::from_utf8_lossy(&output.stdout)
122-
);
123119
return Err(format!("Error getting wslpath: {}", code).into());
124120
}
125121

0 commit comments

Comments
 (0)