Remove vfo_mode printout

pull/668/head
Mike Black W9MDB 2021-04-09 15:16:41 -05:00
rodzic 7ea4fd17aa
commit 6901bb1cda
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -548,11 +548,13 @@ int main(int argc, char *argv[])
}
}
#if 0
if (!vfo_mode)
{
printf("Recommend using --vfo switch for rigctld if client supports it\n");
printf("rigctl and netrigctl will automatically detect vfo mode\n");
}
#endif
rig_set_debug(verbose);