Removed stack trace as exception already logged.

This commit is contained in:
Tastybento 2018-02-08 20:12:23 -08:00
parent c916bbf827
commit 80f0a78f08

View File

@ -56,7 +56,6 @@ public class PlaceholderHandler {
} }
} catch (Exception e){ } catch (Exception e){
plugin.getLogger().info("Failed to hook placeholders into " + hook); plugin.getLogger().info("Failed to hook placeholders into " + hook);
e.printStackTrace();
} }
} }
} }