Skip to content

Commit 4e596d6

Browse files
committed
Remove logging for closer parity with -ignore-suffix
1 parent 71080df commit 4e596d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ func (w *Walker) walk(inputPath, outputPath string, depth, maxDepth int, visited
136136

137137
// Skip Applications with the mani-diffy.chime.com/skip annotation set to "true"
138138
if shouldSkipRender(crd) {
139-
log.Printf("Skipping %s (mani-diffy.chime.com/skip annotation is true)\n", crd.ObjectMeta.Name)
140139
continue
141140
}
142141

0 commit comments

Comments
 (0)