diff --git a/ethers-solc/src/report.rs b/ethers-solc/src/report.rs index af6ff608..812adee6 100644 --- a/ethers-solc/src/report.rs +++ b/ethers-solc/src/report.rs @@ -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);