Remove most debug prints
This commit is contained in:
@@ -53,8 +53,6 @@ public:
|
||||
}
|
||||
|
||||
~WebSocketData() {
|
||||
std::cout << "destruting webocketdata" << std::endl;
|
||||
|
||||
if (deflationStream) {
|
||||
delete deflationStream;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user