diff --git a/ChangeLog b/ChangeLog index cb5c5c9b87..5c1ac710a3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-22 Josh Roberson + + * apps/app_voicemail.c: Remove "yay!" 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 e9d13dfa62..2f9c515c84 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);