1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Remove debug.

This commit is contained in:
srcejon
2024-10-15 08:49:21 +01:00
parent acb278bbff
commit 4ac29d2052
2 changed files with 0 additions and 3 deletions
@@ -343,7 +343,6 @@ void RTLSDRInput::setCenterFrequency(qint64 centerFrequency)
bool RTLSDRInput::handleMessage(const Message& message)
{
qDebug() << "RTLSDRInput::handleMessage";
if (MsgConfigureRTLSDR::match(message))
{
auto& conf = (const MsgConfigureRTLSDR&) message;