Skip to content

Commit

Permalink
Removed bogus debug log
Browse files Browse the repository at this point in the history
(cherry picked from commit 5cd8e0e)
  • Loading branch information
bogdan-iancu committed Mar 14, 2018
1 parent 6f4ff3e commit 18c63e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/tm/tm.c
Expand Up @@ -1802,7 +1802,6 @@ struct sip_msg* tm_pv_context_request(struct sip_msg* msg)
{
struct cell* trans = get_t();

LM_DBG("in fct din tm\n");
if(trans == NULL || trans == T_UNDEFINED)
{
LM_ERR("No transaction found\n");
Expand Down

0 comments on commit 18c63e7

Please sign in to comment.