Skip to content

Commit

Permalink
cleanup debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Oct 25, 2023
1 parent b32f9ec commit c48825e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/autoscaling/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,6 @@ func launchTemplateCustomDiff(baseAttribute, subAttribute string) schema.Customi
}

if baseAttribute == "mixed_instances_policy" && strings.Contains(subAttribute, "override") {
log.Printf("[DEBUG] we got here")
launchTemplate := ba[0].(map[string]interface{})["launch_template"].([]interface{})[0].(map[string]interface{})["override"].([]interface{})

for i := range launchTemplate {
Expand Down

0 comments on commit c48825e

Please sign in to comment.