瀏覽代碼

chore: remove errant console.log from project selection modal (#3500)

jose-fully-ported 3 年之前
父節點
當前提交
4390c6bf94
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      dashboard/src/main/home/sidebar/ProjectSelectionModal.tsx

+ 1 - 2
dashboard/src/main/home/sidebar/ProjectSelectionModal.tsx

@@ -105,7 +105,6 @@ const ProjectSelectionModal: React.FC<Props> = ({
             if (clusters_list?.length > 0) {
               setCurrentCluster(clusters_list[0]);
               if (project.simplified_view_enabled) {
-                console.log("HERE BITCH")
                 pushFiltered(props, "/apps", ["project_id"], {});
               }
               else {
@@ -239,4 +238,4 @@ const I = styled.i`
   align-items: center;
   margin-right: 5px;
   justify-content: center;
-`;
+`;