Remove MojangUtils debug, it appears to be fine now

This commit is contained in:
Colin McDonald 2016-06-24 02:59:08 -04:00
parent 6eeb153413
commit e9da784953
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ public class MojangUtils {
private static final HttpClient httpsClient = APIv3.getVertxInstance().createHttpClient(new HttpClientOptions().setSsl(true).setTrustAll(true));
public static void getName(UUID id, SingleResultCallback<String> callback) {
System.out.println("sessionserver.mojang.com/session/minecraft/profile/" + id.toString().replace("-", ""));
httpsClient.get(443, "sessionserver.mojang.com", "/session/minecraft/profile/" + id.toString().replace("-", ""), (response) -> {
response.bodyHandler((body) -> {
try {