Skip to content

Commit

Permalink
Removed extra output line in optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed May 7, 2024
1 parent 6253b7a commit f242a66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-cli/src/commands/contract/optimize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ impl Cmd {
wasm_out.set_extension("optimized.wasm");
wasm_out
});
println!("Writing to: {}...", wasm_out.to_string_lossy());

let mut options = OptimizationOptions::new_optimize_for_size_aggressively();
options.converge = true;
Expand Down

0 comments on commit f242a66

Please sign in to comment.