[svn-commits] rizzo: trunk r47818 - /trunk/main/cli.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Nov 17 15:56:59 MST 2006


Author: rizzo
Date: Fri Nov 17 16:56:58 2006
New Revision: 47818

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47818
Log:
remove a debugging message


Modified:
    trunk/main/cli.c

Modified: trunk/main/cli.c
URL: http://svn.digium.com/view/asterisk/trunk/main/cli.c?view=diff&rev=47818&r1=47817&r2=47818
==============================================================================
--- trunk/main/cli.c (original)
+++ trunk/main/cli.c Fri Nov 17 16:56:58 2006
@@ -1427,7 +1427,6 @@
 		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)



More information about the svn-commits mailing list