mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
remove some more bad examples of using printf
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@37419 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1823,11 +1823,6 @@ static int agi_handle_command(struct ast_channel *chan, AGI *agi, char *buf)
|
||||
argc = MAX_ARGS;
|
||||
|
||||
parse_args(buf, &argc, argv);
|
||||
#if 0
|
||||
{ int x;
|
||||
for (x=0; x<argc; x++)
|
||||
fprintf(stderr, "Got Arg%d: %s\n", x, argv[x]); }
|
||||
#endif
|
||||
c = find_command(argv, 0);
|
||||
if (c) {
|
||||
res = c->handler(chan, agi, argc, argv);
|
||||
|
Reference in New Issue
Block a user