mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-08 09:36:26 +01:00
2023-08-03 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging statement from 'lib/rdmulticaster.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24321,3 +24321,5 @@
|
||||
2023-08-03 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Made the 'Script Path' control on the 'Edit PyPAD Instance' dialog
|
||||
in rdadmin(1) read-write.
|
||||
2023-08-03 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed debugging statement from 'lib/rdmulticaster.cpp'.
|
||||
|
||||
@@ -105,7 +105,6 @@ void RDMulticaster::readyReadData()
|
||||
{
|
||||
while(multi_socket->hasPendingDatagrams()) {
|
||||
QNetworkDatagram dg=multi_socket->receiveDatagram();
|
||||
printf("emitting: %s",dg.data().constData());
|
||||
emit received(QString::fromUtf8(dg.data()),dg.senderAddress());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user