Skip to content

Commit 02aff92

Browse files
committed
Remove leftover debugging
1 parent 062896f commit 02aff92

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
@@ -47,7 +47,6 @@ var cloudTemplateListCmd = &cobra.Command{
4747
lwCliInst.Die(err)
4848
}
4949

50-
fmt.Printf("%#v\n", zonesResults)
5150
type ZoneInfo struct {
5251
Id int
5352
Name string
@@ -109,7 +108,6 @@ var cloudTemplateListCmd = &cobra.Command{
109108
fmt.Printf(" %5d - %s - %s\n", z.Id, z.Name, z.RegionName)
110109
}
111110

112-
// templatesByZone[templateZone] = append(templatesByZone[templateZone], templateData)
113111
}
114112

115113
fmt.Println("")

0 commit comments

Comments
 (0)