]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove stray printf
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Aug 2011 23:17:00 +0000 (18:17 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Aug 2011 23:17:00 +0000 (18:17 -0500)
src/switch_core_session.c

index 70f7e55f6161ce1e279d782356fa8006788ba839..a1536d7daf21f2c9aebc3bee2aefa63b5b38178e 100644 (file)
@@ -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);