rm all annoying debug output
This commit is contained in:
parent
438dbaafec
commit
c75eafa553
3 changed files with 5 additions and 5 deletions
|
|
@ -75,8 +75,8 @@ impl<S: AsyncRead + AsyncWrite> Future for StartTlsClient<S> {
|
|||
retry = true;
|
||||
(new_state, Ok(Async::NotReady))
|
||||
}
|
||||
Ok(Async::Ready(value)) => {
|
||||
println!("StartTlsClient ignore {:?}", value);
|
||||
Ok(Async::Ready(_value)) => {
|
||||
// println!("StartTlsClient ignore {:?}", _value);
|
||||
(
|
||||
StartTlsClientState::AwaitProceed(xmpp_stream),
|
||||
Ok(Async::NotReady),
|
||||
|
|
|
|||
Loading…
Reference in a new issue