Remove a debug line

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115591 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.1
Mark Michelson 17 years ago
parent 7daebcd610
commit 93e84a7d76

@ -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);

Loading…
Cancel
Save