Clean-up: remove test/debug code

This commit is contained in:
Mickael Remond
2019-07-31 18:51:16 +02:00
parent 3f48672946
commit 1b3dec3902
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ func (s *Session) EnableStreamManagement(o Config) {
case stanza.SMEnabled:
s.SMState = SMState{Id: p.Id}
case stanza.SMFailed:
// TODO: Store error in SMState
// TODO: Store error in SMState, for later inspection
default:
fmt.Println(p)
s.err = errors.New("unexpected reply to SM enable")