Skip to content

Commit

Permalink
Support removing light after becoming unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Jul 15, 2015
1 parent 7c07ea2 commit 8867d68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hklifxd.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ func toggleBulb(bulb *lifx.Bulb) {
}
}
func removeLight(light *lifxLight, name string) {
// TODO remove
return
light.transport.Stop()
delete(lights, name)
}
Expand Down

0 comments on commit 8867d68

Please sign in to comment.