mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
remove a debugging message
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47818 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1427,7 +1427,6 @@ static char *handle_help(struct ast_cli_entry *e, int cmd, struct ast_cli_args *
|
|||||||
if (l > 5)
|
if (l > 5)
|
||||||
l = 5;
|
l = 5;
|
||||||
/* XXX watch out, should stop to the non-generator parts */
|
/* 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);
|
return __ast_cli_generator(a->line + l, a->word, a->n, 0);
|
||||||
}
|
}
|
||||||
if (a->argc == 1)
|
if (a->argc == 1)
|
||||||
|
Reference in New Issue
Block a user