diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-03 17:59:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-03 17:59:44 +0300 |
commit | a10b859b3874ee4343116ae391f6634da1889be5 (patch) | |
tree | 0115569174d9f11c9f8f06b597c99aa74856d725 /src/gui/popups/beingpopup.cpp | |
parent | 5c53aa25e29e04f0f407cab0b6fa144b54577291 (diff) | |
download | ManaVerse-a10b859b3874ee4343116ae391f6634da1889be5.tar.gz ManaVerse-a10b859b3874ee4343116ae391f6634da1889be5.tar.bz2 ManaVerse-a10b859b3874ee4343116ae391f6634da1889be5.tar.xz ManaVerse-a10b859b3874ee4343116ae391f6634da1889be5.zip |
Remove debug string.
Diffstat (limited to 'src/gui/popups/beingpopup.cpp')
-rw-r--r-- | src/gui/popups/beingpopup.cpp | 1 |
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)) |