Skip to content

Commit

Permalink
Remove debug log line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Apr 19, 2022
1 parent b79502f commit 105b898
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builtin/logical/nomad/path_config_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ func (b *backend) pathConfigAccessWrite(ctx context.Context, req *logical.Reques
conf.ClientKey = clientKey.(string)
}

fmt.Printf("[WARN] Token is %v", conf.Token)

if conf.Token == "" {
client, err := clientFromConfig(conf)
if err != nil {
Expand Down

0 comments on commit 105b898

Please sign in to comment.