Removed println that printed out mqtt credentials
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2022-01-25 19:30:19 +01:00
parent da299f57cd
commit 01b39410e9

View File

@ -161,8 +161,6 @@ func main() {
} }
login, ok := os.LookupEnv("HUE_BRIDGE") login, ok := os.LookupEnv("HUE_BRIDGE")
fmt.Println(host, port, user, pass, login)
halt := make(chan os.Signal, 1) halt := make(chan os.Signal, 1)
signal.Notify(halt, os.Interrupt, syscall.SIGTERM) signal.Notify(halt, os.Interrupt, syscall.SIGTERM)