summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorJosh Roberson <josh@asteriasgi.com>2005-11-23 04:46:12 +0000
committerJosh Roberson <josh@asteriasgi.com>2005-11-23 04:46:12 +0000
commite38a91b45a158dd5dbd7405255e11152171e88be (patch)
treea922bbbbace5dfa03a1adc5389c60221892d195e /apps/app_voicemail.c
parent1cfc858e89031bccbf3934167e690071f0ac7b06 (diff)
issue #5829
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_voicemail.c')
-rwxr-xr-xapps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index e9d13dfa6..2f9c515c8 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);