Peter Holmberg 7 lat temu
rodzic
commit
1994ca5016
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      public/app/features/alerting/AlertRuleList.tsx

+ 0 - 1
public/app/features/alerting/AlertRuleList.tsx

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