Skip to content

Commit

Permalink
Remove leftover debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Weiner <marcus.weiner@gmail.com>
  • Loading branch information
mraerino committed Aug 6, 2023
1 parent 3bdc46b commit 2707834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/build/build.go
Original file line number Diff line number Diff line change
@@ -348,7 +348,6 @@ func (b *Builder) unMarshallKustomization() (*kustomizev1.Kustomization, error)
k.Kind == kustomizev1.KustomizationKind &&
k.Name == b.name &&
(k.Namespace == b.namespace || k.Namespace == "") {
fmt.Printf("breaking on %#v\n", k)
break
}
}

0 comments on commit 2707834

Please sign in to comment.