mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Remove pointless thread dump
This commit is contained in:
parent
6375922808
commit
ab51d27e49
@ -96,8 +96,6 @@ public abstract class UUIDHandlerImplementation {
|
||||
if (name == null) {
|
||||
try {
|
||||
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) {
|
||||
PS.log("&c(minor) Invalid UUID mapping: " + uuid);
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user