aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-07-21 21:44:13 +0700
committerlaforge <laforge@gnumonks.org>2019-07-21 15:47:35 +0000
commitec865ddb45cb89c9a0b46b5ed66c775dac5947eb (patch)
tree8138bdce4fa48b38d6f4e5e6e2a7bdb7b0927b36
parentdd0d76be5fa86490d030dd8bb36aec54b4a752f8 (diff)
gsm/gsm0480.c: parse_ss(): drop needless debug print
-rw-r--r--src/gsm/gsm0480.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gsm/gsm0480.c b/src/gsm/gsm0480.c
index 9f546cca..66a22b67 100644
--- a/src/gsm/gsm0480.c
+++ b/src/gsm/gsm0480.c
@@ -393,8 +393,6 @@ static int parse_ss(const struct gsm48_hdr *hdr, uint16_t len, struct ss_request
/* Table 2.1: Messages for call independent SS control */
switch (msg_type) {
case GSM0480_MTYPE_RELEASE_COMPLETE:
- LOGP(0, LOGL_DEBUG, "SS Release Complete\n");
-
/**
* Indicates that there is no decoded message.
* To be overwriten by the message otherwise.