From 1a4321cd02d66a21fcaf00bbd6a2f375e920e3b3 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 24 Oct 2008 19:31:41 +0000 Subject: [PATCH] oops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10143 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_originate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index b0ddfee7ad..52961857a7 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -954,7 +954,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess } else { vdata = NULL; } - printf("WTF [%s][%s]\n", vdata, chan_type); if ((chan_data = strchr(chan_type, '/')) != 0) { *chan_data = '\0';