diff --git a/src/windows.rs b/src/windows.rs index 4303681..506bb02 100644 --- a/src/windows.rs +++ b/src/windows.rs @@ -49,7 +49,6 @@ pub fn that_detached>(path: T) -> std::io::Result<()> { (std::ptr::null(), std::ptr::null()) }; - dbg!(verb, class); let mut info = ffi::SHELLEXECUTEINFOW { cbSize: std::mem::size_of::() as _,