Skip to content

Commit

Permalink
chore: remove unused log message
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Oct 4, 2024
1 parent 31d33bd commit 8d57378
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,6 @@ async fn main() -> Result<(), ServerError> {
};
let port = addr.port().to_string();

// log socket address
info!(target: "stdout", "socket_address: {}", addr.to_string());

// get the environment variable `NODE_VERSION`
// Note that this is for satisfying the requirement of `gaianet-node` project.
let node = std::env::var("NODE_VERSION").ok();
Expand Down

0 comments on commit 8d57378

Please sign in to comment.