diff --git a/src/main/java/us/tastybento/bskyblock/util/placeholders/PlaceholderHandler.java b/src/main/java/us/tastybento/bskyblock/util/placeholders/PlaceholderHandler.java index 96dab7161..e20e6e91e 100644 --- a/src/main/java/us/tastybento/bskyblock/util/placeholders/PlaceholderHandler.java +++ b/src/main/java/us/tastybento/bskyblock/util/placeholders/PlaceholderHandler.java @@ -56,7 +56,6 @@ public class PlaceholderHandler { } } catch (Exception e){ plugin.getLogger().info("Failed to hook placeholders into " + hook); - e.printStackTrace(); } } }