Remove gist request comment
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user