Comment out diagnostic prints

This commit is contained in:
Bill Somerville
2020-11-05 11:30:48 +00:00
parent caa23f1101
commit c15f244a09
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ void MessageClient::impl::start ()
// bind to an ephemeral port on the selected interface and set
// up for sending datagrams
bind (interface_addr);
qDebug () << "Bound to UDP port:" << localPort () << "on:" << localAddress ();
// qDebug () << "Bound to UDP port:" << localPort () << "on:" << localAddress ();
// set multicast TTL to limit scope when sending to multicast
// group addresses