From 2c761897517b80fba818d2f3672b17ead9a7dd90 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Feb 2011 04:19:39 +0200 Subject: Remove debug log messages. --- src/net/tmwa/beinghandler.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/net') 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()) -- cgit v1.2.3-60-g2f50