forked from jshiffer/go-xmpp
Remove debugging stuff.
Remove previously overlooked println.
This commit is contained in:
parent
3462085098
commit
2449f4192b
3
xmpp.go
3
xmpp.go
@ -575,9 +575,6 @@ func (c *Client) init(o *Options) error {
|
||||
dHash := dgh.Sum(nil)
|
||||
dHashb64 := base64.StdEncoding.EncodeToString(dHash)
|
||||
if dHashb64 != serverDgProtectHash {
|
||||
println("raw", dgProtect)
|
||||
println("calc:", dHashb64)
|
||||
println("recv:", serverDgProtectHash)
|
||||
return errors.New("SCRAM: downgrade protection hash mismatch")
|
||||
}
|
||||
dgh.Reset()
|
||||
|
Loading…
Reference in New Issue
Block a user