Removed old testing code.

merge-requests/2/head
Elliott Liggett 2021-03-02 23:26:20 -08:00
rodzic f1cb92c996
commit b6440c7973
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -189,12 +189,6 @@ void rigCommander::findRigs()
data.append(data2);
data.append(payloadSuffix);
//check this:
#ifdef QT_DEBUG
qDebug(logRig()) << "About to request list of radios connected, using this command: ";
printHex(data, false, true);
#endif
emit dataForComm(data);
return;
}