From 93e84a7d76481ca507db2a986859c774d2fd1fa6 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 9 May 2008 22:36:50 +0000 Subject: [PATCH] Remove a debug line git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115591 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 1 - 1 file changed, 1 deletion(-) 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);