Skip to content

Commit

Permalink
chore: delete fmt debug message (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaZhou719 authored Nov 10, 2022
1 parent 45802b9 commit f9cc112
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/imageengine/buildah/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ func (engine *Engine) PushManifest(name, destSpec string, opts *options.PushOpti
return fmt.Errorf("unknown format %q. Choose on of the supported formats: 'oci' or 'v2s2'", opts.Format)
}
}
fmt.Printf("AAAAAA PushOptions %+v\n", opts)
pushOptions := manifests.PushOptions{
Store: store,
SystemContext: systemCxt,
Expand Down
1 change: 0 additions & 1 deletion pkg/imageengine/buildah/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func (engine *Engine) Push(opts *options.PushOptions) error {
if !opts.Quiet {
options.ReportWriter = os.Stderr
}
fmt.Printf("AAAAAA push options %+v\n", options)
ref, digest, err := buildah.Push(getContext(), src, dest, options)
if err != nil {
return util.GetFailureCause(err, errors.Wrapf(err, "error pushing image %q to %q", src, destSpec))
Expand Down

0 comments on commit f9cc112

Please sign in to comment.