comment debug output

This commit is contained in:
Astro 2018-08-03 01:14:21 +02:00
commit bacd867385
6 changed files with 16 additions and 15 deletions

View file

@ -63,7 +63,7 @@ impl Component {
}).and_then(move |xmpp_stream| {
Self::auth(xmpp_stream, password).expect("auth")
}).and_then(|xmpp_stream| {
println!("Bound to {}", xmpp_stream.jid);
// println!("Bound to {}", xmpp_stream.jid);
Ok(xmpp_stream)
})
)