Skip to content

Commit 4a16ccc

Browse files
committed
remove result.Poller from logging, which caused panic
1 parent f58ae7d commit 4a16ccc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/providers/instance/vminstance.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,6 @@ func (p *DefaultVMProvider) beginLaunchInstance(
770770

771771
log.FromContext(ctx).Info("virtual machine creation result",
772772
"vmName", resourceName,
773-
"hasPoller", result.Poller != nil,
774-
"vmID", lo.FromPtr(result.VM.ID),
775773
"error", err)
776774

777775
if err != nil {

0 commit comments

Comments
 (0)