mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-02 06:28:13 +01:00
Removed stack trace as exception already logged.
This commit is contained in:
parent
c916bbf827
commit
80f0a78f08
@ -56,7 +56,6 @@ public class PlaceholderHandler {
|
||||
}
|
||||
} catch (Exception e){
|
||||
plugin.getLogger().info("Failed to hook placeholders into " + hook);
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user