Skip to content

Commit

Permalink
Remove debug println in CapeManager
Browse files Browse the repository at this point in the history
  • Loading branch information
uoil committed Sep 26, 2023
1 parent 89ecd7b commit f18e252
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public void downloadCapeUsers() {
if (split.length > 1) {
if (split[0] != null && split[1] != null) {
if (split[1].toLowerCase().endsWith("png")) {
System.out.println("uuid:" + split[0]);
this.capeUserList.add(new CapeUser(split[0], split[1]));
}
}
Expand Down

0 comments on commit f18e252

Please sign in to comment.