From 720dc4dbd2bd2f47b701a0325d02e5bf4bcf32b5 Mon Sep 17 00:00:00 2001 From: Marcus Girolneto Date: Mon, 9 Oct 2023 16:20:35 -0300 Subject: [PATCH] Removing log --- src/shared/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/index.js b/src/shared/index.js index 1eb6667..78a0bb0 100644 --- a/src/shared/index.js +++ b/src/shared/index.js @@ -283,7 +283,6 @@ const getUnhealthyClusters = async (event) => { try { const response = await axios.get(url) const clusterInfo = response.data - console.log(clusterInfo.length) if (clusterInfo.length < 3) { console.log(`Less than 3: ${url}`) unhealthyClusters.push(url)