mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-21 07:00:28 +01:00
remove log
This commit is contained in:
@@ -129,7 +129,7 @@ void TCPServer::acceptConnections()
|
||||
|
||||
void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
{
|
||||
std::cout << message << std::endl;
|
||||
// std::cout << message << std::endl;
|
||||
|
||||
std::vector<std::string> tokens = split(message, ";");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user