Skip to content

Commit 7d2d44f

Browse files
committed
lose the debug fprintf()
1 parent 428dd08 commit 7d2d44f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ofdm_mode.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
#include <assert.h>
1212
#include <string.h>
13-
#include <stdio.h>
1413
#include "codec2_ofdm.h"
1514
#include "ofdm_internal.h"
1615

@@ -65,7 +64,6 @@ void ofdm_init_mode(char mode[], struct OFDM_CONFIG *config) {
6564
if (!strcmp(mode,"2020A")) {
6665
uint8_t uw[] = {1,1,0,0,1,0,1,0,1,1};
6766
memcpy(config->tx_uw, uw, sizeof(uw));
68-
fprintf(stderr,"new UW ...\n");
6967
}
7068
} else if (strcmp(mode,"2020B") == 0) {
7169
config->ts = 0.014; config->tcp = 0.004; config->nc = 29; config->ns=5; config->codename = "HRA_56_56";

0 commit comments

Comments
 (0)