Remove vfo_mode printout

This commit is contained in:
Mike Black W9MDB 2021-04-09 15:16:41 -05:00
parent 7ea4fd17aa
commit 6901bb1cda

View file

@ -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);