Skip to content

Commit

Permalink
drouting: remove unnecessary debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Oct 21, 2016
1 parent 9390dfa commit 47c0486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/drouting/routing.c
Expand Up @@ -282,7 +282,6 @@ int add_carrier(char *id, int flags, char *gwlist, char *attrs,
/* link it */
key.s = id;
key.len = strlen(id);
LM_INFO("carriers key %.*s\n", key.len, key.s);
map_put(rd->carriers_tree, key, cr);


Expand Down

0 comments on commit 47c0486

Please sign in to comment.