Skip to content

Commit

Permalink
Removing erroneous debug
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Nov 29, 2022
1 parent 2851b6f commit 1063caf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/cli/tenants.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ func addTenantCmd(cli *cli) *cobra.Command {
inputs.Domain = args[0]
}

fmt.Println(inputs)

if err := tenantClientID.Ask(cmd, &inputs.ClientID, nil); err != nil {
return err
}
Expand Down

0 comments on commit 1063caf

Please sign in to comment.