Skip to content

Commit

Permalink
Undo print statement added accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
banool committed May 7, 2022
1 parent bdf434d commit d1d9e18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/aptos/src/move_tool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ impl CliCommand<Vec<String>> for CompilePackage {
install_dir: self.move_options.output_dir.clone(),
..Default::default()
};
println!("{:#?}", build_config);
let compiled_package = compile_move(build_config, self.move_options.package_dir.as_path())?;
let mut ids = Vec::new();
compiled_package
Expand Down

0 comments on commit d1d9e18

Please sign in to comment.