From 64a8a32d1af6d12cf01800dc20b506f3203f51d5 Mon Sep 17 00:00:00 2001 From: jothi Date: Wed, 6 Aug 2025 05:40:39 +0000 Subject: [PATCH] removed unwanted line for checking branch --- mqtt_client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/mqtt_client.go b/mqtt_client.go index bc1bde6..176d13e 100644 --- a/mqtt_client.go +++ b/mqtt_client.go @@ -254,8 +254,6 @@ func connectionLostHandler(client mqtt.Client, err error) { log.Printf("Connection lost: %v. Attempting to reconnect...", err) } -//.. - func main() { var err error godotenv.Load() -- 2.49.1