summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-03 17:59:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-03 17:59:44 +0300
commita10b859b3874ee4343116ae391f6634da1889be5 (patch)
tree0115569174d9f11c9f8f06b597c99aa74856d725
parent5c53aa25e29e04f0f407cab0b6fa144b54577291 (diff)
downloadplus-a10b859b3874ee4343116ae391f6634da1889be5.tar.gz
plus-a10b859b3874ee4343116ae391f6634da1889be5.tar.bz2
plus-a10b859b3874ee4343116ae391f6634da1889be5.tar.xz
plus-a10b859b3874ee4343116ae391f6634da1889be5.zip
Remove debug string.
-rw-r--r--src/gui/popups/beingpopup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/popups/beingpopup.cpp b/src/gui/popups/beingpopup.cpp
index 773376cee..5fc0fc6c5 100644
--- a/src/gui/popups/beingpopup.cpp
+++ b/src/gui/popups/beingpopup.cpp
@@ -119,7 +119,6 @@ void BeingPopup::show(const int x, const int y, Being *const b)
}
mBeingName->setCaption(b->getName() + b->getGenderSignWithSpace());
- logger->log("being name: " + b->getName());
if (gui)
{
if (player_relations.isGoodName(b))