Remove gist request comment

This commit is contained in:
2020-11-04 21:26:30 +01:00
parent d42edcf01c
commit 7e09e96cb1

View File

@@ -189,8 +189,6 @@ public class GistProvider {
private String getRawData(String requestUrl) {
System.out.println("Gist request: " + requestUrl);
String auth = this.username + ":" + this.password;
byte[] encodedAuth = Base64.encodeBase64(
auth.getBytes(StandardCharsets.ISO_8859_1));