diff --git a/Transceiver/DXLabSuiteCommanderTransceiver.cpp b/Transceiver/DXLabSuiteCommanderTransceiver.cpp index a96480662..02f8ad636 100644 --- a/Transceiver/DXLabSuiteCommanderTransceiver.cpp +++ b/Transceiver/DXLabSuiteCommanderTransceiver.cpp @@ -437,12 +437,7 @@ QString DXLabSuiteCommanderTransceiver::command_with_reply (QString const& cmd) }; } - auto result = commander_->readAll (); - // qDebug () << "result: " << result; - // for (int i = 0; i < result.size (); ++i) - // { - // qDebug () << i << ":" << hex << int (result[i]); - // } + QString result = commander_->readAll (); if (result != NULL) {