Skip to content

Commit

Permalink
[core] Remove a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 9, 2024
1 parent daaf1db commit 1618483
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ossia/protocols/oscquery/oscquery_mirror_asio_dense.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,6 @@ bool oscquery_mirror_asio_protocol_dense::on_text_ws_message(
{
const auto& server_host = asio_to_ip(*m_host_info.osc_ip);
uint16_t server_port = uint16_t(*m_host_info.osc_port);
std::cerr << " Sending udp to " << server_host << " : " << server_port
<< std::endl;

to_client.emplace(
ossia::net::outbound_socket_configuration{
Expand Down

0 comments on commit 1618483

Please sign in to comment.