mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-10 09:54:47 -04:00
Comment out diagnostic prints
This commit is contained in:
@@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user