mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-07 15:19:24 -07:00
Removed an extraneous debug message I'd left in my previous commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9251,7 +9251,6 @@ static struct vm_state *get_vm_state_by_imapuser(char *user, int interactive)
|
||||
static struct vm_state *get_vm_state_by_mailbox(const char *mailbox, int interactive)
|
||||
{
|
||||
|
||||
ast_debug (0, "I've been called with interactive = %d\n", interactive);
|
||||
struct vmstate *vlist = NULL;
|
||||
|
||||
AST_LIST_LOCK(&vmstates);
|
||||
|
||||
Reference in New Issue
Block a user