Some clean-ups

This commit is contained in:
Alex Hultman
2018-11-21 23:19:20 +01:00
parent 91620c6c42
commit 519c1f5b60
5 changed files with 43 additions and 73 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ private:
bool isShuttingDown = 0;
public:
WebSocketData() : WebSocketState<true>() {
std::cout << "init websocket data!" << std::endl;
//std::cout << "init websocket data!" << std::endl;
}
};