Skip to content

Commit

Permalink
Updating comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage committed Oct 4, 2018
1 parent 5ff0737 commit f0224d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/sensor/notification-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ func (se *sensorExecutionCtx) processSignal(gwEventWrapper *sensorEventWrapper)

// apply filters if any.
// error is thrown if some problem occurs during filtering the signal
// apply filters if any
ok, err := se.filterEvent(gwEventWrapper.signal.Filters, gwEventWrapper.event)
if err != nil {
se.log.Error().Err(err).Str("signal-name", gwEventWrapper.event.Context.Source.Host).Err(err).Msg("failed to apply filter")
Expand Down

0 comments on commit f0224d4

Please sign in to comment.