Remove commented std::cout : Sending mana update:

This commit is contained in:
Akkadius 2015-01-20 01:30:53 -06:00
parent 716b377378
commit b2e4c98848
2 changed files with 0 additions and 2 deletions

View File

@ -541,7 +541,6 @@ bool TCPConnection::Process() {
if (!RecvData(errbuf)) {
struct in_addr in;
in.s_addr = GetrIP();
//std::cout << inet_ntoa(in) << ":" << GetrPort() << ": " << errbuf << std::endl;
return false;
}
/* we break to do the send */

View File

@ -1702,7 +1702,6 @@ void Client::SendManaUpdatePacket() {
SendEnduranceUpdate();
}
//std::cout << "Sending mana update: " << (cur_mana - last_reported_mana) << std::endl;
if (last_reported_mana != cur_mana || last_reported_endur != cur_end) {