Skip to content

Commit f9cc112

Browse files
authored
chore: delete fmt debug message (#1847)
1 parent 45802b9 commit f9cc112

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/imageengine/buildah/manifest.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ func (engine *Engine) PushManifest(name, destSpec string, opts *options.PushOpti
226226
return fmt.Errorf("unknown format %q. Choose on of the supported formats: 'oci' or 'v2s2'", opts.Format)
227227
}
228228
}
229-
fmt.Printf("AAAAAA PushOptions %+v\n", opts)
230229
pushOptions := manifests.PushOptions{
231230
Store: store,
232231
SystemContext: systemCxt,

pkg/imageengine/buildah/push.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func (engine *Engine) Push(opts *options.PushOptions) error {
115115
if !opts.Quiet {
116116
options.ReportWriter = os.Stderr
117117
}
118-
fmt.Printf("AAAAAA push options %+v\n", options)
119118
ref, digest, err := buildah.Push(getContext(), src, dest, options)
120119
if err != nil {
121120
return util.GetFailureCause(err, errors.Wrapf(err, "error pushing image %q to %q", src, destSpec))

0 commit comments

Comments
 (0)