Remove commented std::cout : Got OP_SessionRequest

This commit is contained in:
Akkadius
2015-01-20 01:30:53 -06:00
parent 951f98a63e
commit 35fcc69639
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -331,7 +331,6 @@ void EQStream::ProcessPacket(EQProtocolPacket *p)
}
}
#endif
//std::cout << "Got OP_SessionRequest" << std::endl;
sessionAttempts++;
// we set established below, so statistics will not be reset for session attempts/stream active.
init(GetState()!=ESTABLISHED);