removed println
This commit is contained in:
parent
80b9e931f5
commit
9a9c4f6ad6
@ -173,7 +173,6 @@ impl<A> Future for Handshake<A> where A: AsyncRead + AsyncWrite {
|
||||
};
|
||||
|
||||
if !self.trusted_nodes.as_ref().map(|tn| tn.contains(&*message.node_id)).unwrap_or(true) {
|
||||
println!("=== HANDSHAKE - INVALID NODE: self.trusted_nodes = {:?}, message.node_id = {:?}", self.trusted_nodes, message.node_id);
|
||||
return Ok((stream, Err(Error::InvalidNodeId)).into());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user