aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index df87b24ff..b90351b35 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -8353,7 +8353,6 @@ static int vm_execmain(struct ast_channel *chan, void *data)
}
break;
case '6': /* Go to the next message */
- ast_log(LOG_NOTICE, "Hey bitch, there are %d new messages, you cock and we are%s in urgent\n", vms.newmessages, in_urgent ? "" : " not");
if (vms.curmsg < vms.lastmsg) {
vms.curmsg++;
cmd = play_message(chan, vmu, &vms);