fix(ui): remove debug logs

This commit is contained in:
Łukasz Mierzwa
2018-08-27 17:14:37 +01:00
parent ba4a38e87e
commit 1d5c33b686

View File

@@ -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) {