forked from jshiffer/go-xmpp
Remove debug print-out
This commit is contained in:
committed by
Mickaël Rémond
parent
2e864ff7f6
commit
80d2e0fa1e
@@ -195,7 +195,6 @@ func (s *Session) resume(o Config) bool {
|
||||
}
|
||||
return true
|
||||
case stanza.SMFailed:
|
||||
fmt.Println("MREMOND SM Failed")
|
||||
default:
|
||||
s.err = errors.New("unexpected reply to SM resume")
|
||||
}
|
||||
@@ -272,7 +271,6 @@ func (s *Session) EnableStreamManagement(o Config) {
|
||||
case stanza.SMFailed:
|
||||
// TODO: Store error in SMState, for later inspection
|
||||
default:
|
||||
fmt.Println(p)
|
||||
s.err = errors.New("unexpected reply to SM enable")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user