rm all annoying debug output
This commit is contained in:
parent
438dbaafec
commit
c75eafa553
3 changed files with 5 additions and 5 deletions
|
|
@ -73,8 +73,8 @@ impl<S: AsyncRead + AsyncWrite> Future for ComponentAuth<S> {
|
|||
{
|
||||
Err(AuthError::ComponentFail.into())
|
||||
}
|
||||
Ok(Async::Ready(event)) => {
|
||||
println!("ComponentAuth ignore {:?}", event);
|
||||
Ok(Async::Ready(_event)) => {
|
||||
// println!("ComponentAuth ignore {:?}", _event);
|
||||
Ok(Async::NotReady)
|
||||
}
|
||||
Ok(_) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue