Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Mar 14, 2024
1 parent 905b239 commit 9d99de0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ var addOrganizationCmd = &cobra.Command{
validateToken(lagoonCLIConfig.Current) // get a new token if the current one is invalid
},
RunE: func(cmd *cobra.Command, args []string) error {
//fmt.Println(args)
//var commandNames []string
//for _, command := range cmd.Commands() {
// commandNames = append(commandNames, append(command.Aliases, command.Name())...)
//}
//fmt.Println(commandNames)
//return nil
debug, err := cmd.Flags().GetBool("debug")
if err != nil {
return err
Expand Down

0 comments on commit 9d99de0

Please sign in to comment.