Skip to content

Commit

Permalink
msh: removed redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
James DeFelice committed Jun 5, 2017
1 parent 55e05e3 commit 5ddd39e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v1/cmd/msh/msh.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func buildClient() calls.Caller {
func buildEventHandler(caller calls.Caller) events.Handler {
logger := controller.LogEvents()
return controller.LiftErrors().Handle(events.Handlers{
scheduler.Event_FAILURE: logger,
scheduler.Event_SUBSCRIBED: eventrules.Rules{logger, controller.TrackSubscription(fidStore, 0)},
scheduler.Event_OFFERS: maybeDeclineOffers(caller).AndThen().Handle(resourceOffers(caller)),
scheduler.Event_UPDATE: controller.AckStatusUpdates(caller).AndThen().HandleF(statusUpdate),
Expand Down

0 comments on commit 5ddd39e

Please sign in to comment.