remove unused statements - again
Some checks failed
Run Check Script / check (pull_request) Failing after 44s
Some checks failed
Run Check Script / check (pull_request) Failing after 44s
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user