comment debug output
This commit is contained in:
parent
a3db744e46
commit
bacd867385
6 changed files with 16 additions and 15 deletions
|
|
@ -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)
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue