]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove debug line left in by accident
authorBrian West <brian@freeswitch.org>
Thu, 28 Mar 2013 03:19:58 +0000 (22:19 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 28 Mar 2013 03:19:58 +0000 (22:19 -0500)
src/switch_channel.c

index 827d7ea65be9747b697c9328a6121fae0832c9cb..f673c8659f26376ae785178ddc857137bea1ca30 100644 (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';