فهرست منبع

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

jose-fully-ported 2 سال پیش
والد
کامیت
2aa72b7fd0
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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) {