Skip to content

Commit

Permalink
Removed unnecessary log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI authored Nov 18, 2024
1 parent e48be48 commit 87259d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/table_aws_ec2_instance_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ func fetchInstanceTypeOfferings(ctx context.Context, d *plugin.QueryData, svc *e

// Helper function to filter instance types by a pattern like t2-*, m5-*, etc.
func filterInstanceTypesByPattern(ctx context.Context, instanceTypes []types.InstanceType, pattern string) []types.InstanceType {
plugin.Logger(ctx).Error("Pattern =>>>", pattern)
if pattern == "" {
return instanceTypes
}
Expand Down

0 comments on commit 87259d2

Please sign in to comment.