mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): remove debug logs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user