diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-11 01:18:48 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-11 01:18:48 +0200 |
commit | e9364e8946f49cc7cd750185dd3f10f3857048a2 (patch) | |
tree | 0b5fffb15e7f7b8615f7d47900bb0e5245a929cc /src/net/tmwa | |
parent | b9516ad7cb6372638c10848cf87fceea5c5fa3e7 (diff) | |
download | plus-e9364e8946f49cc7cd750185dd3f10f3857048a2.tar.gz plus-e9364e8946f49cc7cd750185dd3f10f3857048a2.tar.bz2 plus-e9364e8946f49cc7cd750185dd3f10f3857048a2.tar.xz plus-e9364e8946f49cc7cd750185dd3f10f3857048a2.zip |
Remove debug messages from log.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/beinghandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index 9945bdac3..6196afb09 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -882,8 +882,6 @@ void BeingHandler::handleMessage(Net::MessageIn &msg) colors[0] = msg.readInt8(); colors[1] = msg.readInt8(); colors[2] = msg.readInt8(); - logger->log("msg: %x", msg.getId()); - logger->log("colors: %d, %d, %d", colors[0], colors[1], colors[2]); msg.readInt8(); //unused // shoes = msg.readInt16(); |