Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Mar 23, 2022
1 parent b92b364 commit eed917f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,6 @@ export const createSecurityRuleTypeWrapper: CreateSecurityRuleTypeWrapper =
indexingDurations: result.bulkCreateTimes,
},
});

if (services.shouldStopExecution() && createdSignalsCount) {
// Rule execution was cancelled or timed out, but some alerts were already created
// TODO: custom error message?
}
}
} catch (error) {
const errorMessage = error.message ?? '(no error message given)';
Expand Down

0 comments on commit eed917f

Please sign in to comment.