Skip to content

Commit

Permalink
chore: Revert temporary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-l committed Apr 8, 2024
1 parent 2eb2c95 commit e0de676
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@ impl BeerusRpc {
}

pub async fn run(self) -> Result<(SocketAddr, ServerHandle), RunError> {
// TODO REMOVE
tracing::error!("Version check..");
println!("OK");

self.check_spec_version(SPEC_VERION).await?;

// TODO REMOVE
tracing::error!("Version check passed");

let server =
ServerBuilder::default().build(self.beerus.config.rpc_addr).await?;

Expand Down

0 comments on commit e0de676

Please sign in to comment.