forked from chteufleur/go-xmpp
Remove debug log.
This commit is contained in:
parent
b9e29ca2b3
commit
0a11fbb155
|
|
@ -155,7 +155,6 @@ func bindResourceClient(stream *Stream, jid JID) (JID, error) {
|
|||
}
|
||||
bindResp := bindIq{}
|
||||
resp.PayloadDecode(&bindResp)
|
||||
log.Printf("%#v\n", bindResp)
|
||||
|
||||
boundJID, err := ParseJID(bindResp.JID)
|
||||
return boundJID, nil
|
||||
|
|
|
|||
Loading…
Reference in New Issue