Remove debug println in CapeManager

This commit is contained in:
noil 2023-09-25 20:46:59 -04:00
parent 89ecd7b709
commit f18e252d52
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ public final class CapeManager {
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]));
}
}