Просмотр исходного кода

purged expanded job chart logs

jusrhee 5 лет назад
Родитель
Сommit
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) => {
-        console.log("Charts for breakfast");
-        console.log(res.data);
         this.setState({ currentChart: res.data, loading: false }, () => {
           this.updateTabs();
         });