diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index df87b24ffe..b90351b35d 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);