From: Luigi Rizzo Date: Fri, 17 Nov 2006 22:56:58 +0000 (+0000) Subject: remove a debugging message X-Git-Tag: 1.6.0-beta1~3^2~3913 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a99a24696f74f28e11a2d66a7bcdccbd7507e3;p=thirdparty%2Fasterisk.git remove a debugging message git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47818 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/cli.c b/main/cli.c index 59eb4e58f3..fdde50fff2 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)