Skip to content

Commit

Permalink
Remove extaenous print statements introduced in v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed Apr 17, 2024
1 parent 6d62d9c commit 4e926e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builder/azure/arm/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ func (b *Builder) Run(ctx context.Context, ui packersdk.Ui, hook packersdk.Hook)
if b.config.isPublishToSIG() {
return b.sharedImageArtifact(stateData)
}
ui.Say(b.config.storageAccountBlobEndpoint)
ui.Say(fmt.Sprintf("%d", len(b.config.AdditionalDiskSize)))
return NewArtifact(
b.stateBag.Get(constants.ArmBuildVMInternalId).(string),
b.config.CaptureNamePrefix,
Expand Down

0 comments on commit 4e926e5

Please sign in to comment.