removed unwanted line for checking branch

This commit is contained in:
jothi
2025-08-06 05:40:39 +00:00
parent bd68af1f58
commit 64a8a32d1a

View File

@@ -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()