mirror of https://github.com/spf13/viper.git
get rid of debugging to pass test
This commit is contained in:
parent
bd2a8eace3
commit
a70902f83c
|
@ -62,8 +62,6 @@ func (c *Client) acquireToken(role string, secret string) (string, error) {
|
|||
}
|
||||
|
||||
c.secret_acq_at = float64(time.Now().Unix())
|
||||
|
||||
fmt.Println("Got token %s with expiry %d and acquired at %v", token, c.secret_ttl, c.secret_acq_at)
|
||||
return token, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue