Hide adapter stacktrace

This commit is contained in:
Jesse Boyd 2019-12-19 17:01:22 +00:00
parent 2bd65f6423
commit 8c1a379575
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -168,7 +168,6 @@ public class BukkitImplLoader {
log.warn("Failed to load the Bukkit adapter class '" + className +
"' that is not supposed to be raising this error", e);
} catch (Throwable e) {
e.printStackTrace();
if (className.equals(customCandidate)) {
log.warn("Failed to load the Bukkit adapter class '" + className + "'", e);
}