We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71080df commit 4e596d6Copy full SHA for 4e596d6
1 file changed
main.go
@@ -136,7 +136,6 @@ func (w *Walker) walk(inputPath, outputPath string, depth, maxDepth int, visited
136
137
// Skip Applications with the mani-diffy.chime.com/skip annotation set to "true"
138
if shouldSkipRender(crd) {
139
- log.Printf("Skipping %s (mani-diffy.chime.com/skip annotation is true)\n", crd.ObjectMeta.Name)
140
continue
141
}
142
0 commit comments