We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fafb66 commit 37ad184Copy full SHA for 37ad184
app/containers/HealthContainer.tsx
@@ -113,7 +113,6 @@ const HealthContainer: React.FC<HealthContainerProps> = React.memo(props => {
113
const typeGroupedObject = {};
114
// iterate over the services in the healthData object
115
for (const serviceName in filteredHealthData) {
116
- console.log('service name in datatype function: ', serviceName);
117
// save the filtered metrics of the current service to a variable
118
// define the types of each metric in the metrics object as an array
119
const metrics: object = filteredHealthData[serviceName];
0 commit comments