From 6901bb1cdaf6f2e0647c8e549ffdd2d80d009334 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 9 Apr 2021 15:16:41 -0500 Subject: [PATCH] Remove vfo_mode printout --- tests/rigctld.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/rigctld.c b/tests/rigctld.c index 2cc7c2628..93fcbada1 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -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);