Shut off confusing debug message.

This commit is contained in:
wb2osz 2021-11-11 20:01:30 -05:00
parent 9016fa5fe6
commit 6442466a5d
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ void il2p_rec_bit (int chan, int subchan, int slice, int dbit)
text_color_set (DW_COLOR_INFO);
// FIXME - this pops up occasionally with random noise. Find better way to convey information.
// This also happens for each slicer - to noisy.
dw_printf ("IL2P header has reverse polarity\n");
//dw_printf ("IL2P header has reverse polarity\n");
F->polarity = 1;
F->state = IL2P_HEADER;
F->bc = 0;