Removed commented l;ines for checking

This commit is contained in:
jothi
2025-07-31 04:23:58 +00:00
parent edfdc3699d
commit 02fe9ea45e

View File

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