summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-30 11:54:14 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-30 11:54:14 +0300
commitbd468d0735f381eb2d59e1ab84a11aa495fab4a0 (patch)
treeb7d1a066acdb47cbc67c1b176b8973aa1813002d /src
parent009da07cef098a4ab07cb757950c2a53d6b1ba1a (diff)
downloadplus-bd468d0735f381eb2d59e1ab84a11aa495fab4a0.tar.gz
plus-bd468d0735f381eb2d59e1ab84a11aa495fab4a0.tar.bz2
plus-bd468d0735f381eb2d59e1ab84a11aa495fab4a0.tar.xz
plus-bd468d0735f381eb2d59e1ab84a11aa495fab4a0.zip
Remove debug comment.
Diffstat (limited to 'src')
-rw-r--r--src/resources/itemdb.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp
index 9fba69461..394aa74be 100644
--- a/src/resources/itemdb.cpp
+++ b/src/resources/itemdb.cpp
@@ -683,7 +683,6 @@ void loadReplaceSprite(ItemInfo *itemInfo, xmlNodePtr replaceNode)
}
case -3:
{
- logger->log("parse -3");
for_each_xml_child_node(itemNode, replaceNode)
{
if (xmlStrEqual(itemNode->name, BAD_CAST "item"))