فهرست منبع

Merge branch 'master' of https://github.com/porter-dev/porter

jusrhee 5 سال پیش
والد
کامیت
6ed9c75805
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();