Skip to content

Commit 53f8ed6

Browse files
committed
pkg/repo: only parse kep.yaml files as KEPs
1 parent 13ee3df commit 53f8ed6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/repo/repo.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ func (r *Repo) findLocalKEPMeta(sig string) ([]string, error) {
242242
return nil
243243
}
244244

245-
logrus.Debugf("adding %s as KEP metadata", info.Name())
246-
keps = append(keps, path)
247245
return nil
248246
},
249247
)

0 commit comments

Comments
 (0)