removed unwanted lines

This commit is contained in:
jothi
2025-07-29 05:56:29 +00:00
parent 516624fd8d
commit 860bea9f0e

View File

@@ -449,8 +449,6 @@ func main() {
opts := mqtt.NewClientOptions(). opts := mqtt.NewClientOptions().
AddBroker(mqttBroker). AddBroker(mqttBroker).
SetClientID(clientID). SetClientID(clientID).
// SetUsername("test"). // todo: Change to .env variable
// SetPassword("test"). // todo: Change to .env variable
SetCleanSession(false). SetCleanSession(false).
SetAutoReconnect(true). SetAutoReconnect(true).
SetOrderMatters(false). SetOrderMatters(false).