projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396a37e
)
Removed an extraneous debug message I'd left in my previous commit
author
Mark Michelson
<mmichelson@digium.com>
Wed, 20 Jun 2007 23:31:42 +0000
(23:31 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Wed, 20 Jun 2007 23:31:42 +0000
(23:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70611
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
9907537
..
31928cc
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-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);