Skip to content

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
amoylan2 committed Aug 22, 2024
1 parent ec40cbc commit 5be6555
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions prover/src/zk_circuits_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ impl<'a> CircuitsHandlerProvider<'a> {
geth_client: Option<Rc<RefCell<GethClient>>>,
) -> Result<Box<dyn CircuitsHandler>> {
log::info!(
"now init zk circuits handler, hard_fork_name: {}, version: {}",
&config.low_version_circuit.hard_fork_name,
&config.low_version_circuit.hard_fork_name,
"now init zk circuits handler, hard_fork_name: {}",
&config.low_version_circuit.hard_fork_name
);
AssetsDirEnvConfig::enable_first();
DarwinHandler::new(
Expand All @@ -80,8 +79,7 @@ impl<'a> CircuitsHandlerProvider<'a> {
geth_client: Option<Rc<RefCell<GethClient>>>,
) -> Result<Box<dyn CircuitsHandler>> {
log::info!(
"now init zk circuits handler, hard_fork_name: {}, version: {}",
&config.high_version_circuit.hard_fork_name,
"now init zk circuits handler, hard_fork_name: {}",
&config.high_version_circuit.hard_fork_name
);
AssetsDirEnvConfig::enable_second();
Expand Down

0 comments on commit 5be6555

Please sign in to comment.