From f6d3908088f5de7cd8a7cd4d4edb5ca57319b3c9 Mon Sep 17 00:00:00 2001 From: jothi Date: Thu, 31 Jul 2025 08:19:51 +0000 Subject: [PATCH] remove done comment line for checking --- mqtt_client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mqtt_client.go b/mqtt_client.go index 0dc0239..2eb6001 100644 --- a/mqtt_client.go +++ b/mqtt_client.go @@ -296,7 +296,6 @@ func main() { log.Printf("Subscribed to topic: %s", topic) } - // Keep the program running sigChan := make(chan os.Signal, 1) <-sigChan }