mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
remove extra debugging
This commit is contained in:
parent
b6925edbe8
commit
a01b35f041
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ void PairingHandler::sendPairRequest() {
|
|||
memcpy(&pairingServerSocket.sin_addr, hostInfo->h_addr_list[0], hostInfo->h_length);
|
||||
pairingServerSocket.sin_port = htons(PAIRING_SERVER_PORT);
|
||||
|
||||
printf("Sending a pair request to %s on port %d\n", inet_ntoa(pairingServerSocket.sin_addr), ntohs(pairingServerSocket.sin_port));
|
||||
|
||||
// send the pair request to the pairing server
|
||||
agentSocket->send((sockaddr*) &pairingServerSocket, pairPacket, strlen(pairPacket));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue