summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-05-09 22:36:50 +0000
committerMark Michelson <mmichelson@digium.com>2008-05-09 22:36:50 +0000
commit93e84a7d76481ca507db2a986859c774d2fd1fa6 (patch)
treede88eaf418f09c31364bb72d3bca4e2a275e5060 /apps
parent7daebcd61030cd5efdc68a630c31a71ba2e79442 (diff)
Remove a debug line
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115591 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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);