Skip to content

Commit

Permalink
Remove logging every time a SVC is located.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrosso committed Apr 6, 2017
1 parent d1df3f7 commit c4d4483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/controller/elbv2_targetgroups.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ type TargetGroups []*TargetGroup
func (t TargetGroups) LookupBySvc(svc string) int {
for p, v := range t {
if v.SvcName == svc {
log.Infof("Search for a TG matching a service was successful. SVC: %s | TG: %s", "controller", svc, log.Prettify(v))
return p
}
}
Expand Down

0 comments on commit c4d4483

Please sign in to comment.