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

@ -87,7 +87,7 @@ impl Client {
}).and_then(|xmpp_stream| {
Self::bind(xmpp_stream)
}).and_then(|xmpp_stream| {
println!("Bound to {}", xmpp_stream.jid);
// println!("Bound to {}", xmpp_stream.jid);
Ok(xmpp_stream)
})
)