Skip to content

Commit

Permalink
fix: remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeckett committed Jan 22, 2024
1 parent 9eda0b7 commit 14f2659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/archive/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ func Create(ctx context.Context, logger *slog.Logger, outputPath string, images
if err = p.AppendImage(img, layoutOpts...); err != nil {
return fmt.Errorf("failed to create image archive: %w", err)
}

break
}

format := archiver.TarZstd{
Expand Down

0 comments on commit 14f2659

Please sign in to comment.