[GPRS] NS: remove debug statement about l2len

This commit is contained in:
Harald Welte 2010-05-13 13:09:01 +02:00
parent 5f93a52073
commit cd2890b0c6
1 changed files with 0 additions and 1 deletions

View File

@ -673,7 +673,6 @@ int gprs_ns_rcvmsg(struct gprs_ns_inst *nsi, struct msgb *msg,
/* Increment number of Incoming bytes */
rate_ctr_inc(&nsvc->ctrg->ctr[NS_CTR_PKTS_IN]);
DEBUGP(DNS, "BYTES_IN msgb_l2len=%d\n", msgb_l2len(msg));
rate_ctr_add(&nsvc->ctrg->ctr[NS_CTR_BYTES_IN], msgb_l2len(msg));
switch (nsh->pdu_type) {