Removed println that printed out mqtt credentials
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
main.go
2
main.go
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user