diff --git a/pkg/restore/restore.go b/pkg/restore/restore.go index 57f8c9151..76e8a3658 100644 --- a/pkg/restore/restore.go +++ b/pkg/restore/restore.go @@ -1135,7 +1135,6 @@ func (ctx *restoreContext) restoreItem(obj *unstructured.Unstructured, groupReso return warnings, errs } - ctx.log.Infof("restore status includes excludes: %+v", ctx.resourceStatusIncludesExcludes) for _, action := range ctx.getApplicableActions(groupResource, namespace) {