Skip to content

Commit 1d1406f

Browse files
remove unneeded comment
1 parent a9f9ec1 commit 1d1406f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloud/common/deploy/provider/pulumi.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ func (s *PulumiProviderServer) Preview(req *deploymentspb.DeploymentPreviewReque
407407
return err
408408
}
409409

410-
// Plan 2 to add, 0 to change, 3 to destroy.
411410
resultStr := fmt.Sprintf("%d to add, %d to change, %d to destroy.",
412411
result.ChangeSummary[apitype.OpCreate],
413412
result.ChangeSummary[apitype.OpUpdate],

0 commit comments

Comments
 (0)