mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 21:55:37 +01:00
Remove unused print statement in burning
This commit is contained in:
parent
9acd9f69f3
commit
d2cd856bb3
@ -212,7 +212,6 @@ impl Service for WebService {
|
|||||||
.as_ref()
|
.as_ref()
|
||||||
.log_expect("No install path when one should have existed?");
|
.log_expect("No install path when one should have existed?");
|
||||||
|
|
||||||
println!("Base path: {:?}", path);
|
|
||||||
native::burn_on_exit(path);
|
native::burn_on_exit(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user