Comment out diagnostic prints

This commit is contained in:
Bill Somerville
2020-11-05 11:30:48 +00:00
parent 780b1f74ee
commit bdaf51a074
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ MessageServer::MessageServer (QObject * parent, QString const& version, QString
void MessageServer::start (port_type port, QHostAddress const& multicast_group_address
, QSet<QString> const& network_interface_names)
{
qDebug () << "MessageServer::start port:" << port << "multicast addr:" << multicast_group_address.toString () << "network interfaces:" << network_interface_names;
// qDebug () << "MessageServer::start port:" << port << "multicast addr:" << multicast_group_address.toString () << "network interfaces:" << network_interface_names;
if (port != m_->localPort ()
|| multicast_group_address != m_->multicast_group_address_
|| network_interface_names != m_->network_interfaces_)