mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Remove vfo_mode printout
This commit is contained in:
parent
7ea4fd17aa
commit
6901bb1cda
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue