Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
juamedgod committed Jan 23, 2024
1 parent 512415e commit 3008342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/dt/verify/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func Lock(chartPath string, lockFile string, cfg Config) error {
if err != nil {
return fmt.Errorf("failed to load Images.lock: %v", err)
}
fmt.Println("currentLock", cfg.Insecure)
calculatedLock, err := imagelock.GenerateFromChart(chartPath,
imagelock.WithAnnotationsKey(cfg.AnnotationsKey),
imagelock.WithContext(context.Background()),
Expand Down

0 comments on commit 3008342

Please sign in to comment.