Skip to content

Commit

Permalink
Removed a log line that shouldn't have stayed in.
Browse files Browse the repository at this point in the history
  • Loading branch information
totemo committed Mar 16, 2016
1 parent da11f3b commit 0886aef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>nu.nerd</groupId>
<artifactId>KitchenSink</artifactId>
<name>KitchenSink</name>
<version>0.11.0</version>
<version>0.11.1</version>
<packaging>jar</packaging>
<description>A plugin for miscellaneous functionality that hasn't found a home elsewhere.</description>
<url>https://github.com/NerdNu/KitchenSink</url>
Expand Down
1 change: 0 additions & 1 deletion src/nu/nerd/kitchensink/KitchenSinkListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ public void onBlockPhysics(BlockPhysicsEvent event) {

@EventHandler(priority = EventPriority.HIGHEST)
public void onEntityExplode(EntityExplodeEvent event) {
plugin.getLogger().info("EntityExplodeEvent");
if (plugin.config.DISABLE_ENTITY_BLOCK_DAMAGE.contains(event.getEntityType())) {
event.blockList().clear();
}
Expand Down

0 comments on commit 0886aef

Please sign in to comment.