Explorar el Código

chore: remove errant console.log call (#3501)

jose-fully-ported hace 2 años
padre
commit
2aa72b7fd0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      dashboard/src/main/home/sidebar/ProjectSelectionModal.tsx

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

@@ -100,8 +100,6 @@ const ProjectSelectionModal: React.FC<Props> = ({
             setCurrentProject(project);
 
             const clusters_list = await updateClusterList(project.id);
-            console.log(clusters_list);
-
             if (clusters_list?.length > 0) {
               setCurrentCluster(clusters_list[0]);
               if (project.simplified_view_enabled) {