Added additional logging

This commit is contained in:
2020-05-02 13:03:39 +01:00
parent 36cd74f70f
commit 27e5034d99
2 changed files with 5 additions and 3 deletions

View File

@@ -77,7 +77,6 @@ func (op *Client) GetSecret(vault, secretID string) (*Secret, error) {
if err != nil {
return nil, err
}
item := response{}
if err := json.Unmarshal(res, &item); err != nil {
return nil, err