Просмотр исходного кода

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

jose-fully-ported 2 лет назад
Родитель
Сommit
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;
-`;
+`;