Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 6b55cb0

Browse files
author
Checkium
authored
Removed debug message
1 parent 6726047 commit 6b55cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/me/checkium/vhackapi/vHackAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public String getStats(Stats stat) {
5454
is = new URL(Utils.generateURL("user::::pass", username + "::::" + password, "vh_update.php")).openStream();
5555
BufferedReader rd = new BufferedReader(new InputStreamReader(is, Charset.forName("UTF-8")));
5656
String jsonText = Utils.readJson(rd);
57-
System.out.println(jsonText);
57+
5858
json = new JSONObject(jsonText);
5959

6060
} catch (MalformedURLException e) {

0 commit comments

Comments
 (0)