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
-1
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) {