From 6442466a5dfc3bbcb5b64ef784eb2b8313f7f7d6 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Thu, 11 Nov 2021 20:01:30 -0500 Subject: [PATCH] Shut off confusing debug message. --- src/il2p_rec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/il2p_rec.c b/src/il2p_rec.c index bc39bd1..5ad457a 100644 --- a/src/il2p_rec.c +++ b/src/il2p_rec.c @@ -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;