remove log

This commit is contained in:
Peter Holmberg 2018-09-03 14:04:44 +02:00
parent 50444c32e0
commit 1994ca5016

View File

@ -35,7 +35,6 @@ export class AlertRuleList extends PureComponent<Props, State> {
];
componentDidMount() {
console.log('did mount');
this.fetchRules();
}