Skip to content

Commit 6442466

Browse files
committed
Shut off confusing debug message.
1 parent 9016fa5 commit 6442466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/il2p_rec.c

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

0 commit comments

Comments
 (0)