Forráskód Böngészése

Merge pull request #265 from porter-dev/beta.3.cicd

nit patch
sunguroku 5 éve
szülő
commit
2d8e6c9031
1 módosított fájl, 0 hozzáadás és 1 törlés
  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 = () => {
   renderContents = () => {
     let currentView = this.props.currentRoute;
     let currentView = this.props.currentRoute;
-    console.log(this.props.currentRoute);
     if (this.context.currentProject && currentView !== "new-project") {
     if (this.context.currentProject && currentView !== "new-project") {
       if (currentView === "cluster-dashboard") {
       if (currentView === "cluster-dashboard") {
         return this.renderDashboard();
         return this.renderDashboard();