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 => {
5050
5151 if ( typeOfService === 'AWS/EC2' ) fetchAwsData ( user , appIndex ) ;
5252 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 )
5754 } , 10000 )
5855 ) ;
5956 } else {
@@ -62,10 +59,8 @@ const AwsGraphsContainer: React.FC = React.memo(props => {
6259
6360 if ( typeOfService === 'AWS/EC2' ) fetchAwsData ( user , appIndex ) ;
6461 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+
6964 }
7065
7166 } , [ awsLive ] ) ;
You can’t perform that action at this time.
0 commit comments