From 1d5c33b686fb652d6e82aa1c7a22e5d0d1791cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 27 Aug 2018 17:14:37 +0100 Subject: [PATCH] fix(ui): remove debug logs --- ui/src/Components/SilenceModal/SilenceMatch.js | 1 - 1 file changed, 1 deletion(-) 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) {