Revert "Sleep again for 100ms for debugging purposes."

This reverts commit ad1aeba749.
This commit is contained in:
Martin Dosch 2024-03-02 14:19:15 +01:00
parent 5095297915
commit c5590fe527
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

View File

@ -33,7 +33,6 @@ type configuration struct {
func closeAndExit(client *xmpp.Client, cancel context.CancelFunc, err error) {
cancel()
time.Sleep(100 * time.Millisecond)
client.Close()
if err != nil {
log.Fatal(err)