aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/cbsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/cbsp.c')
-rw-r--r--src/gsm/cbsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gsm/cbsp.c b/src/gsm/cbsp.c
index c13be617..591ff251 100644
--- a/src/gsm/cbsp.c
+++ b/src/gsm/cbsp.c
@@ -1468,7 +1468,6 @@ int osmo_cbsp_recv_buffered(void *ctx, int fd, struct msgb **rmsg, struct msgb *
return rc;
discard_msg:
- printf("discard_msg\n");
if (tmp_msg)
*tmp_msg = NULL;
msgb_free(msg);