Skip to content

Commit b7dd3aa

Browse files
remove unneeded comment
1 parent 892cc53 commit b7dd3aa

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)