summaryrefslogtreecommitdiff
path: root/src/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cpp')
-rw-r--r--src/item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cpp b/src/item.cpp
index 33d3916d3..daca7e084 100644
--- a/src/item.cpp
+++ b/src/item.cpp
@@ -64,7 +64,7 @@ void Item::setId(int id)
ResourceManager *resman = ResourceManager::getInstance();
ItemInfo info = getInfo();
mTags = info.getTags();
- logger->log("tag0=" + toString(mTags[1]));
+// logger->log("tag0=" + toString(mTags[1]));
// for (int f = 0; f < mTags->size(); f ++)
// logger->log("tag: %d", (*mTags)[f]);