mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-06 16:37:38 +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){
|
} catch (Exception e){
|
||||||
plugin.getLogger().info("Failed to hook placeholders into " + hook);
|
plugin.getLogger().info("Failed to hook placeholders into " + hook);
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user