Skip to content

Commit

Permalink
Update list_secrets.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 2, 2024
1 parent 64323ca commit c43c767
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/secrets/list_secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ func CallListSecretsWithETagV3(httpClient *resty.Client, request ListSecretsV3Ra
}
}

fmt.Printf("ETAG: %s\n", request.CurrentETag)

res, err := httpClient.R().
SetResult(&secretsResponse).
SetHeader("if-none-match", request.CurrentETag).
Expand Down

0 comments on commit c43c767

Please sign in to comment.