Removed commented code

This commit is contained in:
Luca Frosini 2023-02-24 14:50:25 +01:00
parent 1989ab049b
commit f340431c19
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@ public class GXHTTPUtility {
public static GXHTTPStringRequest getGXHTTPStringRequest(String address) {
GXHTTPStringRequest gxHTTPStringRequest = GXHTTPStringRequest.newRequest(address);
// Secret secret = SecretManagerProvider.instance.get();
// Map<String, String> authorizationHeaders = secret.getHTTPAuthorizationHeaders();
// for(String key : authorizationHeaders.keySet()) {
// gxHTTPStringRequest.header(key, authorizationHeaders.get(key));
// }
return gxHTTPStringRequest;
}