Skip to content

Commit 8acaad4

Browse files
committed
remove comments
1 parent fc5f11d commit 8acaad4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/cloudTemplateList.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ var cloudTemplateListCmd = &cobra.Command{
4242
lwCliInst.Die(err)
4343
}
4444

45-
// determine template availability by zone
46-
//templatesByZone := map[int][]map[string]interface{}{}
4745
for _, template := range templateList.Items {
4846
if cast.ToBool(template["deprecated"]) {
4947
continue

0 commit comments

Comments
 (0)