Skip to content

Commit

Permalink
Don't power off LED when registering a machine. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Nov 18, 2021
1 parent eaf44ad commit 19cdedd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/endpoint/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ func (h *endpointHandler) Register(request *restful.Request, response *restful.R
zap.Any("machine", machine),
)

h.EventHandler().PowerOffChassisIdentifyLED(machineID, "Machine registered")

rest.Respond(response, http.StatusOK, machine)
}

0 comments on commit 19cdedd

Please sign in to comment.