瀏覽代碼

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();
   }