summaryrefslogtreecommitdiff
path: root/src/gui/itemcontainer.cpp
diff options
context:
space:
mode:
authorJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-14 10:01:57 +0000
committerJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-14 10:01:57 +0000
commit1c46904573aa83132afc90f86381034405ae796e (patch)
tree0e22cbab6d88c38c13ff6160d93b91b2c24f7aba /src/gui/itemcontainer.cpp
parent4eeecc48cbd801ea8038fc1c5325a00d7120d1d7 (diff)
downloadmana-client-1c46904573aa83132afc90f86381034405ae796e.tar.gz
mana-client-1c46904573aa83132afc90f86381034405ae796e.tar.bz2
mana-client-1c46904573aa83132afc90f86381034405ae796e.tar.xz
mana-client-1c46904573aa83132afc90f86381034405ae796e.zip
itemcontainer.cpp - removed debug
Diffstat (limited to 'src/gui/itemcontainer.cpp')
-rw-r--r--src/gui/itemcontainer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/itemcontainer.cpp b/src/gui/itemcontainer.cpp
index 4ac2fba9..b032bd49 100644
--- a/src/gui/itemcontainer.cpp
+++ b/src/gui/itemcontainer.cpp
@@ -32,8 +32,6 @@
#include "../item.h"
#include "../localplayer.h"
-#include "../log.h"
-
#include "../resources/image.h"
#include "../resources/iteminfo.h"
#include "../resources/resourcemanager.h"
@@ -246,7 +244,6 @@ ItemContainer::mouseReleased(gcn::MouseEvent &event)
mDragged = false;
const int index = getSlotIndex(event.getX(), event.getY());
- logger->log("index=%d", index);
if (index == Inventory::NO_SLOT_INDEX) {
return;
}