remove unused statements - again
Some checks failed
Run Check Script / check (pull_request) Failing after 44s

This commit is contained in:
2025-07-01 15:16:42 -04:00
parent 6684a35b33
commit f512d8307a
2 changed files with 0 additions and 4 deletions

View File

@@ -119,7 +119,6 @@ async fn main() {
if args.prod {
todo!("implement prod deployment");
}
println!("harmony_bin_path: {}", harmony_bin_path.display());
let deploy_output = Command::new(harmony_bin_path)
.arg("-y")
.arg("-a")