1
0
Fork 0

Remove debug log.

This commit is contained in:
Matt Goodall 2012-07-08 22:41:34 +01:00
parent b9e29ca2b3
commit 0a11fbb155
1 changed files with 0 additions and 1 deletions

View File

@ -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