summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-01-16 19:01:42 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-01-16 19:01:42 +0000
commit8bd73ec01b4becb15b94eb27edff3e1f17b6015f (patch)
tree4c1a70ee0d7282fdab152c9948e62fa648431713 /apps/app_voicemail.c
parent10e3cba61e8bbab8279533077422edb299f5a0af (diff)
remove pointless DEBUG message (watch those patch merges, people!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51155 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_voicemail.c')
-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 5c0768899..6cb47e745 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -678,7 +678,6 @@ static void apply_options_full(struct ast_vm_user *retval, struct ast_variable *
struct ast_variable *tmp;
tmp = var;
while (tmp) {
- ast_log(LOG_DEBUG, "Name: %s Value: %s\n", tmp->name, tmp->value);
if (!strcasecmp(tmp->name, "password") || !strcasecmp(tmp->name, "secret")) {
ast_copy_string(retval->password, tmp->value, sizeof(retval->password));
} else if (!strcasecmp(tmp->name, "secret")) {