mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
SDRdaemon input: fixed reporting to the GUI. Device sample source: cleanup
This commit is contained in:
@@ -258,7 +258,7 @@ void SDRdaemonSourceGui::handleInputMessages()
|
||||
|
||||
while ((message = m_inputMessageQueue.pop()) != 0)
|
||||
{
|
||||
qDebug("SDRdaemonGui::handleInputMessages: message: %s", message->getIdentifier());
|
||||
//qDebug("SDRdaemonGui::handleInputMessages: message: %s", message->getIdentifier());
|
||||
|
||||
if (DSPSignalNotification::match(*message))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user