Browse Source

remove log

Peter Holmberg 7 năm trước cách đây
mục cha
commit
1994ca5016
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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() {
-    console.log('did mount');
     this.fetchRules();
   }