Skip to content

Commit

Permalink
Version - remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Oct 4, 2024
1 parent 807c772 commit 02e2f8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/shanebeestudios/mcdeob/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public Version(String version, ReleaseType releaseType, String url, boolean sear
public boolean prepareVersion() {
JSONObject versionInfo = Util.getJsonFromURL(this.url);
JSONObject downloads = versionInfo.getJSONObject("downloads");
Logger.info("Downloads: " + downloads.toString(2));
if (downloads.has("server_mappings")) {
String typeName = this.type.getName();
this.jarURL = downloads.getJSONObject(typeName).getString("url");
Expand Down

0 comments on commit 02e2f8d

Please sign in to comment.