Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Druzhitskiy committed Oct 20, 2023
1 parent 077c0d8 commit 610b376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bob-common/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl Node {
if let Some(conn) = self.get_connection() {
self.ping(conn.as_ref()).await
} else {
info!("will connect to {:?}", self);
debug!("will connect to {:?}", self);
let client = client_factory.produce(&self).await?;
self.ping(&client).await?;
self.set_connection(client);
Expand Down

0 comments on commit 610b376

Please sign in to comment.