Remove unused print statement in burning

This commit is contained in:
James 2018-08-08 20:31:32 +10:00
parent 9acd9f69f3
commit d2cd856bb3

View File

@ -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);
}