From 5861d3fd6473fd47fd945c32468fb7db55a5dbef Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 23 Nov 2005 05:43:27 +0000 Subject: [PATCH] issue #5829 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-2@7189 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- ChangeLog | 4 ++++ apps/app_voicemail.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ba234c560..a41b5336e8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-22 Russell Bryant + + * apps/app_voicemail.c: Remove left over "yay!" debuggin message. (issue #5829) + 2005-11-21 Kevin P. Fleming * apps/app_cut.c: remove unnecessary include that causes spurious rebuilding diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index ecdc17bc57..10c8df484d 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -3806,7 +3806,6 @@ static int play_message(struct ast_channel *chan, struct ast_vm_user *vmu, struc if (!res) { make_file(vms->fn, sizeof(vms->fn), vms->curdir, vms->curmsg); vms->heard[vms->curmsg] = 1; - printf("yay!\n"); res = wait_file(chan, vms, vms->fn); } DISPOSE(vms->curdir, vms->curmsg);