From 131c8a920f0e205dff9c245df8490b8292991e50 Mon Sep 17 00:00:00 2001 From: Rafael Leal Date: Thu, 19 May 2022 17:36:21 -0300 Subject: [PATCH] Remove break line Signed-off-by: Rafael Leal --- pkg/restore/restore.go | 1 - 1 file changed, 1 deletion(-) 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) {