Skip to content

Commit

Permalink
updates based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dbw7 committed Apr 8, 2024
1 parent 90472ba commit c26e768
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/combustion/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ import (
"strings"

"github.com/schollz/progressbar/v3"

"gopkg.in/yaml.v3"

"github.com/suse-edge/edge-image-builder/pkg/fileio"
"github.com/suse-edge/edge-image-builder/pkg/image"
"github.com/suse-edge/edge-image-builder/pkg/log"
"github.com/suse-edge/edge-image-builder/pkg/registry"
"github.com/suse-edge/edge-image-builder/pkg/template"
"go.uber.org/zap"
"gopkg.in/yaml.v3"
)

const (
Expand Down Expand Up @@ -378,7 +376,7 @@ func populateRegistry(ctx *image.Context, images []string) error {
}

if err := bar.Add(1); err != nil {
zap.S().Errorf("Error incrementing the progress bar: %s", err)
zap.S().Debugf("Error incrementing the progress bar: %s", err)
}
}

Expand Down

0 comments on commit c26e768

Please sign in to comment.