瀏覽代碼

hotfix logging

Jo Chuang 5 年之前
父節點
當前提交
75314ab909
共有 1 個文件被更改,包括 0 次插入2 次删除
  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) {
       if (err) {
         console.log(err);
         console.log(err);
       } else if (res.data) {
       } else if (res.data) {
-        console.log("NOPROJ");
-        console.log(res.data);
         if (res.data.length === 0) {
         if (res.data.length === 0) {
           this.props.history.push("new-project");
           this.props.history.push("new-project");
         } else if (res.data.length > 0 && !currentProject) {
         } else if (res.data.length > 0 && !currentProject) {