diff --git a/ui/src/Components/SilenceModal/SilenceMatch.js b/ui/src/Components/SilenceModal/SilenceMatch.js index c075aec85..ddeb67328 100644 --- a/ui/src/Components/SilenceModal/SilenceMatch.js +++ b/ui/src/Components/SilenceModal/SilenceMatch.js @@ -25,7 +25,6 @@ const SilenceMatch = observer( onIsRegexChange = action(event => { const { matcher } = this.props; - console.info(matcher.values); // only allow to change value if we don't have multiple values if (matcher.values.length <= 1) {