mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 14:38:08 +00:00
Disable websocketpp logging, it's corrupting the terminal.
This commit is contained in:
parent
a057787c27
commit
f936d21479
@ -90,6 +90,10 @@ static inline bool extractRawQueryResult(
|
||||
}
|
||||
|
||||
WebSocketClient::WebSocketClient(Listener* listener) {
|
||||
#if 1
|
||||
client.clear_access_channels(websocketpp::log::alevel::all);
|
||||
#endif
|
||||
|
||||
this->listener = listener;
|
||||
|
||||
websocketpp::lib::error_code ec;
|
||||
|
Loading…
Reference in New Issue
Block a user