mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
removed cout
This commit is contained in:
parent
c30c6bb883
commit
e6ad80e187
@ -49,9 +49,6 @@ ServerInterface2 ServerSocket::accept() {
|
||||
char tc[INET_ADDRSTRLEN]{};
|
||||
inet_ntop(AF_INET, &(clientAddr.sin_addr), tc, INET_ADDRSTRLEN);
|
||||
thisClient = tc;
|
||||
std::cout << "lastClient: " << lastClient << " thisClient: " << thisClient
|
||||
<< '\n';
|
||||
|
||||
return ServerInterface2(newSocket);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user