Jelajahi Sumber

purged expanded job chart logs

jusrhee 5 tahun lalu
induk
melakukan
fc7a93f797

+ 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) => {
       .then((res) => {
-        console.log("Charts for breakfast");
-        console.log(res.data);
         this.setState({ currentChart: res.data, loading: false }, () => {
         this.setState({ currentChart: res.data, loading: false }, () => {
           this.updateTabs();
           this.updateTabs();
         });
         });