mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +00:00
Remove a debug line
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115591 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8353,7 +8353,6 @@ static int vm_execmain(struct ast_channel *chan, void *data)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case '6': /* Go to the next message */
|
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) {
|
if (vms.curmsg < vms.lastmsg) {
|
||||||
vms.curmsg++;
|
vms.curmsg++;
|
||||||
cmd = play_message(chan, vmu, &vms);
|
cmd = play_message(chan, vmu, &vms);
|
||||||
|
Reference in New Issue
Block a user