mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
remove debug line left in by accident
This commit is contained in:
parent
6cedccd6fe
commit
b8b7176086
@ -3337,7 +3337,7 @@ static void do_execute_on(switch_channel_t *channel, const char *variable)
|
|||||||
char *app;
|
char *app;
|
||||||
|
|
||||||
app = switch_core_session_strdup(channel->session, variable);
|
app = switch_core_session_strdup(channel->session, variable);
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "EXEC %s\n", app);
|
|
||||||
for(p = app; p && *p; p++) {
|
for(p = app; p && *p; p++) {
|
||||||
if (*p == ' ' || (*p == ':' && (*(p+1) != ':'))) {
|
if (*p == ' ' || (*p == ':' && (*(p+1) != ':'))) {
|
||||||
*p++ = '\0';
|
*p++ = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user