Răsfoiți Sursa

provisioning status

Justin Rhee 3 ani în urmă
părinte
comite
953bd9a67c

+ 1 - 2
dashboard/src/main/home/cluster-dashboard/dashboard/ProvisionerStatus.tsx

@@ -34,7 +34,6 @@ const ProvisionerStatus: React.FC<Props> = ({
         }
         }
       );
       );
       const { status } = res.data;
       const { status } = res.data;
-      console.log("status", status);
       switch (status) {
       switch (status) {
         case status["BOOTSTRAP_READY"]:
         case status["BOOTSTRAP_READY"]:
           setProgress(2);
           setProgress(2);
@@ -49,7 +48,7 @@ const ProvisionerStatus: React.FC<Props> = ({
           setProgress(1);
           setProgress(1);
       }
       }
     } catch (err) {
     } catch (err) {
-      console.log("hello", err);
+      console.log(err);
     }
     }
   };
   };