remove debug line left in by accident

This commit is contained in:
Brian West 2013-03-27 22:19:58 -05:00
parent 6cedccd6fe
commit b8b7176086
1 changed files with 1 additions and 1 deletions

View File

@ -3337,7 +3337,7 @@ static void do_execute_on(switch_channel_t *channel, const char *variable)
char *app;
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++) {
if (*p == ' ' || (*p == ':' && (*(p+1) != ':'))) {
*p++ = '\0';