Remove debug print-out

This commit is contained in:
Mickael Remond
2019-07-31 18:54:49 +02:00
committed by Mickaël Rémond
parent 2e864ff7f6
commit 80d2e0fa1e
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -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")
}
}