瀏覽代碼

purged expanded job chart logs

jusrhee 5 年之前
父節點
當前提交
fc7a93f797
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

+ 0 - 2
dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

@@ -74,8 +74,6 @@ export default class ExpandedJobChart extends Component<PropsType, StateType> {
         }
       )
       .then((res) => {
-        console.log("Charts for breakfast");
-        console.log(res.data);
         this.setState({ currentChart: res.data, loading: false }, () => {
           this.updateTabs();
         });