Skip to content

Commit

Permalink
Removed leftover commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentportella committed Aug 12, 2024
1 parent 4156abb commit f3f0ef4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/cloudprovider/aws/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ func NewCloudProvider(logger logr.Logger) (cloudprovider.CloudProvider, error) {

// NewGenericCloudProvider returns a new mock AWS cloud provider
func NewGenericCloudProvider(autoscalingiface *fakeaws.Autoscaling, ec2iface *fakeaws.Ec2) cloudprovider.CloudProvider {
// autoscalingiface := &fakeaws.Autoscaling{
// Instances: instances,
// }

// ec2iface := &fakeaws.Ec2{
// Instances: instances,
// }

return &provider{
autoScalingService: autoscalingiface,
ec2Service: ec2iface,
Expand Down

0 comments on commit f3f0ef4

Please sign in to comment.