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