From c5590fe5272ee6620de81b688519086acf3b49b1 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Sat, 2 Mar 2024 14:19:15 +0100 Subject: [PATCH] Revert "Sleep again for 100ms for debugging purposes." This reverts commit ad1aeba7498423cb2f6c40a864e84692ad773c58. --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 38d33c6..e0d1d14 100644 --- a/main.go +++ b/main.go @@ -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)