summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/tmwa/beinghandler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp
index b6589e260..436b40d13 100644
--- a/src/net/tmwa/beinghandler.cpp
+++ b/src/net/tmwa/beinghandler.cpp
@@ -750,11 +750,8 @@ void BeingHandler::handleMessage(Net::MessageIn &msg)
case SMSG_BEING_NAME_RESPONSE2:
{
int len = msg.readInt16();
- logger->log("len: %d", len);
int beingId = msg.readInt32();
- logger->log("id: %d", beingId);
std::string str = msg.readString(len - 8);
- logger->log("str: %s", str.c_str());
if ((dstBeing = actorSpriteManager->findBeing(beingId)))
{
if (beingId == player_node->getId())