Jo Chuang 5 lat temu
rodzic
commit
75314ab909
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      dashboard/src/main/home/Home.tsx

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

@@ -93,8 +93,6 @@ class Home extends Component<PropsType, StateType> {
       if (err) {
         console.log(err);
       } else if (res.data) {
-        console.log("NOPROJ");
-        console.log(res.data);
         if (res.data.length === 0) {
           this.props.history.push("new-project");
         } else if (res.data.length > 0 && !currentProject) {