remove debug output

This commit is contained in:
Ryan Cavicchioni 2020-02-23 21:13:31 -06:00
parent 7358c00200
commit 57d7dd6f85
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -20,5 +20,4 @@ func main() {
c.SetState("all", &lifx.State{Power: "on", Color: "green"})
time.Sleep(10)
c.SetState("all", &lifx.State{Power: "off"})
fmt.Println(lifx.EndpointState(lifx.Endpoint))
}