removed debug info

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8159 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-04-23 18:49:13 +00:00
parent 3641a6c87c
commit 7b55fc90ff

View File

@ -1490,8 +1490,10 @@ int pqissl::accept_locked(SSL *ssl, int fd, const struct sockaddr_storage &forei
active = true; active = true;
waiting = WAITING_NOT; waiting = WAITING_NOT;
#ifdef PQISSL_DEBUG
std::cerr << "pqissl::accept_locked() connection complete - notifying parent"; std::cerr << "pqissl::accept_locked() connection complete - notifying parent";
std::cerr << std::endl; std::cerr << std::endl;
#endif
// Notify the pqiperson.... (Both Connect/Receive) // Notify the pqiperson.... (Both Connect/Receive)
if (parent()) if (parent())