remove printf + unittest fix

This commit is contained in:
Benjamin Sergeant
2019-03-22 09:56:28 -07:00
parent 4ef3073ca4
commit 0366d1afb9
2 changed files with 1 additions and 2 deletions

View File

@ -53,6 +53,7 @@ namespace ix
if (messageType == ix::WebSocket_MessageType_Open)
{
Logger() << "New connection";
connectionState->computeId();
Logger() << "id: " << connectionState->getId();
Logger() << "Uri: " << openInfo.uri;
Logger() << "Headers:";