mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 17:04:02 +00:00
Remove unused print statement in burning
This commit is contained in:
parent
9acd9f69f3
commit
d2cd856bb3
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ impl Service for WebService {
|
|||
.as_ref()
|
||||
.log_expect("No install path when one should have existed?");
|
||||
|
||||
println!("Base path: {:?}", path);
|
||||
native::burn_on_exit(path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue