File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,7 @@ const AwsGraphsContainer: React.FC = React.memo(props => {
50
50
51
51
if ( typeOfService === 'AWS/EC2' ) fetchAwsData ( user , appIndex ) ;
52
52
if ( typeOfService === 'AWS/ECS' ) fetchAwsEcsData ( user , appIndex ) ;
53
- if ( typeOfService === 'AWS/EKS' ) {
54
- console . log ( "hi" )
55
- fetchAwsEksData ( user , appIndex )
56
- } ;
53
+ if ( typeOfService === 'AWS/EKS' ) fetchAwsEksData ( user , appIndex )
57
54
} , 10000 )
58
55
) ;
59
56
} else {
@@ -62,10 +59,8 @@ const AwsGraphsContainer: React.FC = React.memo(props => {
62
59
63
60
if ( typeOfService === 'AWS/EC2' ) fetchAwsData ( user , appIndex ) ;
64
61
if ( typeOfService === 'AWS/ECS' ) fetchAwsEcsData ( user , appIndex ) ;
65
- if ( typeOfService === 'AWS/EKS' ) {
66
- console . log ( "hi" )
67
- fetchAwsEksData ( user , appIndex )
68
- } ;
62
+ if ( typeOfService === 'AWS/EKS' ) fetchAwsEksData ( user , appIndex )
63
+
69
64
}
70
65
71
66
} , [ awsLive ] ) ;
You can’t perform that action at this time.
0 commit comments