Removed a debug message.

This commit is contained in:
ryanhamshire 2015-03-03 20:17:21 -08:00
parent 8f85092618
commit a1db0cbb65

View File

@ -1096,7 +1096,7 @@ class PlayerEventHandler implements Listener
public void onPlayerPickupItem(PlayerPickupItemEvent event) public void onPlayerPickupItem(PlayerPickupItemEvent event)
{ {
Player player = event.getPlayer(); Player player = event.getPlayer();
GriefPrevention.AddLogEntry("player pickup item event");
//FEATURE: lock dropped items to player who dropped them //FEATURE: lock dropped items to player who dropped them
//who owns this stack? //who owns this stack?