Skip to content

Commit 37ad184

Browse files
authored
Update HealthContainer.tsx
1 parent 7fafb66 commit 37ad184

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/containers/HealthContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ const HealthContainer: React.FC<HealthContainerProps> = React.memo(props => {
113113
const typeGroupedObject = {};
114114
// iterate over the services in the healthData object
115115
for (const serviceName in filteredHealthData) {
116-
console.log('service name in datatype function: ', serviceName);
117116
// save the filtered metrics of the current service to a variable
118117
// define the types of each metric in the metrics object as an array
119118
const metrics: object = filteredHealthData[serviceName];

0 commit comments

Comments
 (0)