diff --git a/qr2/main.go b/qr2/main.go index 497ee36..f64b1db 100644 --- a/qr2/main.go +++ b/qr2/main.go @@ -65,9 +65,6 @@ func StartServer(reload bool) { } func Shutdown() { - // Lock indefinitely - mutex.Lock() - err := saveSessions() if err != nil { logging.Error("QR2", "Failed to save sessions:", err)