mirror of https://github.com/lwvmobile/dsd-fme.git
remove printw carrier
remove printw carrier only had that in as a quick test, forgot to disable it
This commit is contained in:
parent
417a48cc71
commit
4404c1afed
|
|
@ -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");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue