aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-17 22:56:58 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-17 22:56:58 +0000
commit9c024540238f1c193d392978b6d7517a75c54e6a (patch)
tree1a5c598f7699242ecca846c7f23fbfb32bd7c272 /main/cli.c
parent0d322d21dae480d1df62bb33a1fe33ea6c1a4239 (diff)
remove a debugging message
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47818 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/cli.c')
-rw-r--r--main/cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/cli.c b/main/cli.c
index 59eb4e58f..fdde50fff 100644
--- a/main/cli.c
+++ b/main/cli.c
@@ -1427,7 +1427,6 @@ static char *handle_help(struct ast_cli_entry *e, int cmd, struct ast_cli_args *
if (l > 5)
l = 5;
/* XXX watch out, should stop to the non-generator parts */
- ast_verbose("'%s' '%s' at %d\n", a->line + l, a->word, a->n);
return __ast_cli_generator(a->line + l, a->word, a->n, 0);
}
if (a->argc == 1)