mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26: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) {
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user