소스 검색

remove log

Peter Holmberg 7 년 전
부모
커밋
1994ca5016
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();
   }