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().
AddBroker(mqttBroker).
SetClientID(clientID).
// SetUsername("test"). // todo: Change to .env variable
// SetPassword("test"). // todo: Change to .env variable
SetCleanSession(false).
SetAutoReconnect(true).
SetOrderMatters(false).