]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8588 remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 1 Dec 2015 20:22:52 +0000 (14:22 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 1 Dec 2015 20:22:52 +0000 (14:22 -0600)
src/switch_ivr_async.c

index 456defaa3e340e2d0c80486ea3d42306a4471603..bd6cb6f34f3c566d054bb15fea49d4b6c97810dd 100644 (file)
@@ -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;
        }