mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Remove pointless thread dump
This commit is contained in:
parent
6375922808
commit
ab51d27e49
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue