Remove random comment

This commit is contained in:
Robbert van der Helm
2020-07-19 19:03:09 +02:00
parent 6bba1a9bf8
commit 6f9eb19969
-1
View File
@@ -195,7 +195,6 @@ pub fn verify_wine_setup(config: &mut Config) -> Result<()> {
return Ok(());
}
// If everything's
let output = Command::new(&yabridge_host_exe_path)
.output()
.with_context(|| format!("Could not run '{}'", yabridge_host_exe_path.display()))?;