chore(solc): make on_solc_success a no-op to avoid duplicate logs

This commit is contained in:
Georgios Konstantopoulos 2022-03-01 14:23:10 +02:00
parent a1accbf6ac
commit 556367ecbd
1 changed files with 0 additions and 4 deletions

View File

@ -134,10 +134,6 @@ impl Reporter for BasicStdoutReporter {
);
}
/// Invoked with the `CompilerOutput` if [`Solc::compiled()`] was successful
fn on_solc_success(&self, _: &Solc, _: &Version, _: &CompilerOutput) {
println!("Compilation finished successfully");
}
/// Invoked before a new [`Solc`] bin is installed
fn on_solc_installation_start(&self, version: &Version) {
println!("installing solc version \"{}\"", version);