Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jul 16, 2024
1 parent a88510e commit 00765cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export function getStatusesPodCount(pods) {
}
const statusData = Map.groupBy(pods, pod => {
const podState = calculatePodState(pod);
console.log(podState.status);
return getPodState(podState.status);
});

Expand Down

0 comments on commit 00765cc

Please sign in to comment.