From: Anthony Minessale Date: Tue, 1 Dec 2015 20:22:52 +0000 (-0600) Subject: FS-8588 remove debug X-Git-Tag: v1.6.6~1^2~77^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba9a480912b9c8afff1ea08dd7d5067e312d2b04;p=thirdparty%2Ffreeswitch.git FS-8588 remove debug --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 456defaa3e..bd6cb6f34f 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -489,7 +489,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_dmachine_ping(switch_ivr_dmachine_t * } if (dmachine->pinging) { - printf("doh\n"); return SWITCH_STATUS_BREAK; }