From e8223cae3d95a82b478e355d99036a0b2062c4fb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 15 Sep 2010 17:38:32 +0800 Subject: nat: Remove debug left overs --- openbsc/src/nat/bsc_nat_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/nat/bsc_nat_utils.c b/openbsc/src/nat/bsc_nat_utils.c index f6ec11200..3933f1bf4 100644 --- a/openbsc/src/nat/bsc_nat_utils.c +++ b/openbsc/src/nat/bsc_nat_utils.c @@ -496,7 +496,6 @@ int bsc_nat_filter_dt(struct bsc_connection *bsc, struct msgb *msg, msg_type == GSM48_MT_MM_ID_RESP) { return _dt_check_id_resp(bsc, &hdr48->data[0], len - sizeof(*hdr48), con); } else { - printf("%d %x\n", hdr48->proto_discr, hdr48->msg_type); return 0; } } -- cgit v1.2.3