remove printw carrier

remove printw carrier
only had that in as a quick test, forgot to disable it
This commit is contained in:
lwvmobile 2022-02-19 10:47:52 -05:00 committed by GitHub
parent 417a48cc71
commit 4404c1afed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ ncursesPrinter (dsd_opts * opts, dsd_state * state)
printw ("--Audio Decode----------------------------------------------------------------\n");
printw ("| In Level: [%3i%%] \n", level);
printw ("| Voice Error: [%i][%i] \n| Error Bars: [%s] \n", state->errs, state->errs2, state->err_str); //
printw ("| Carrier = %i\n", state->carrier);
//printw ("| Carrier = %i\n", state->carrier);
printw ("------------------------------------------------------------------------------\n");