Remove pointless thread dump

This commit is contained in:
Jesse Boyd 2016-06-18 15:01:42 +10:00
parent 6375922808
commit ab51d27e49

View File

@ -96,8 +96,6 @@ public abstract class UUIDHandlerImplementation {
if (name == null) { if (name == null) {
try { try {
this.unknown.add(uuid); this.unknown.add(uuid);
PS.debug("UUID of: " + uuid.toString() + " was added to unknown list because the name provided was null.");
Thread.dumpStack();
} catch (Exception e) { } catch (Exception e) {
PS.log("&c(minor) Invalid UUID mapping: " + uuid); PS.log("&c(minor) Invalid UUID mapping: " + uuid);
e.printStackTrace(); e.printStackTrace();