Skip to content

Commit

Permalink
delete debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Oct 16, 2024
1 parent 49a5398 commit 047b0b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/internal/healthchecks/healthchecks.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"fmt"

"github.com/zarf-dev/zarf/src/api/v1alpha1"
"github.com/zarf-dev/zarf/src/pkg/message"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
"sigs.k8s.io/cli-utils/pkg/kstatus/polling/aggregator"
Expand Down Expand Up @@ -95,7 +94,6 @@ func WaitForReady(ctx context.Context, sw watcher.StatusWatcher, objs []object.O
rs := statusCollector.ResourceStatuses[id]
switch rs.Status {
case status.CurrentStatus:
message.Debugf("%s: %s ready", rs.Identifier.Name, rs.Identifier.GroupKind.Kind)
case status.NotFoundStatus:
errs = append(errs, fmt.Errorf("%s: %s not found", rs.Identifier.Name, rs.Identifier.GroupKind.Kind))
default:
Expand Down

0 comments on commit 047b0b1

Please sign in to comment.