mirror of
https://github.com/juanfont/headscale
synced 2026-08-28 04:23:06 -04:00
cli: remove leftover trace log from #3324 that always renders a JSON marshaling error
Noticed this while testing out #3394.
This commit is contained in:
parent
6275e3a356
commit
dc3c0bc587
1 changed files with 0 additions and 2 deletions
|
|
@ -118,8 +118,6 @@ var createUserCmd = &cobra.Command{
|
|||
RunE: clientRunE(func(ctx context.Context, client *clientv1.ClientWithResponses, cmd *cobra.Command, args []string) error {
|
||||
userName := args[0]
|
||||
|
||||
log.Trace().Interface(zf.Client, client).Msg("obtained API client")
|
||||
|
||||
request := clientv1.CreateUserJSONRequestBody{Name: &userName}
|
||||
|
||||
if displayName, _ := cmd.Flags().GetString("display-name"); displayName != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue