remove d_error

This commit is contained in:
Sukchan Lee 2018-05-18 15:52:47 +09:00
parent 550a606306
commit 76d8df3879
1 changed files with 0 additions and 1 deletions

View File

@ -588,7 +588,6 @@ void mme_state_operational(fsm_t *s, event_t *e)
case MME_EVT_S11_T3_HOLDING:
{
gtp_xact_timeout(event_get_param1(e), event_get(e));
d_error("MME cannot send GTPv2-C message to SGW");
break;
}
default: