Skip to content

Commit

Permalink
Comment out debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Sep 13, 2019
1 parent ba71985 commit ad225b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ public void onBlock(BlockGrowEvent e) {
*/
@EventHandler(priority = EventPriority.NORMAL, ignoreCancelled = true)
public void onBlock(BlockSpreadEvent e) {
Bukkit.getLogger().info(e.getEventName());
//Bukkit.getLogger().info(e.getEventName());
process(e.getBlock(), true);
}

@EventHandler(priority = EventPriority.NORMAL, ignoreCancelled = true)
public void onBlock(EntityBlockFormEvent e) {
Bukkit.getLogger().info(e.getEventName());
//Bukkit.getLogger().info(e.getEventName());
process(e.getBlock(), true);
}

Expand Down

0 comments on commit ad225b0

Please sign in to comment.