remove stray printf
This commit is contained in:
parent
5a062bc142
commit
517707dc47
|
@ -1548,7 +1548,6 @@ SWITCH_DECLARE(switch_core_session_t *) switch_core_session_request_xml(switch_e
|
|||
switch_url_decode(val);
|
||||
switch_channel_set_variable(channel, tag->name, val);
|
||||
if (!strcasecmp(tag->name, "channel_name")) {
|
||||
printf("name %s\n", val);
|
||||
switch_channel_set_name(channel, val);
|
||||
}
|
||||
free(p);
|
||||
|
|
Loading…
Reference in New Issue