Skip to content

Commit 75c7ea0

Browse files
amrbashirByron
andauthored
Update src/windows.rs
Co-authored-by: Sebastian Thiel <[email protected]>
1 parent 43d8d88 commit 75c7ea0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/windows.rs

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ pub fn that_detached<T: AsRef<OsStr>>(path: T) -> std::io::Result<()> {
4949
(std::ptr::null(), std::ptr::null())
5050
};
5151

52-
dbg!(verb, class);
5352

5453
let mut info = ffi::SHELLEXECUTEINFOW {
5554
cbSize: std::mem::size_of::<ffi::SHELLEXECUTEINFOW>() as _,

0 commit comments

Comments
 (0)