Jo Chuang 5 лет назад
Родитель
Сommit
11e67969e8
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      dashboard/src/main/home/Home.tsx

+ 0 - 1
dashboard/src/main/home/Home.tsx

@@ -318,7 +318,6 @@ class Home extends Component<PropsType, StateType> {
 
   renderContents = () => {
     let currentView = this.props.currentRoute;
-    console.log(this.props.currentRoute);
     if (this.context.currentProject && currentView !== "new-project") {
       if (currentView === "cluster-dashboard") {
         return this.renderDashboard();