summaryrefslogtreecommitdiffstats
path: root/source/cChestEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cChestEntity.cpp')
-rw-r--r--source/cChestEntity.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/cChestEntity.cpp b/source/cChestEntity.cpp
index c79057829..47b5a9476 100644
--- a/source/cChestEntity.cpp
+++ b/source/cChestEntity.cpp
@@ -186,11 +186,6 @@ void cChestEntity::SendTo( cClientHandle* a_Client, cServer* a_Server )
void cChestEntity::UsedBy( cPlayer * a_Player )
{
- LOG("Used a chest");
-// m_Content[0].m_ItemCount = 1;
-// m_Content[0].m_ItemID = E_ITEM_STONE;
-// m_Content[0].m_ItemHealth = 0;
-
if( !GetWindow() )
{
cWindow* Window = new cWindow( this, true );