aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-12 14:02:32 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-12 14:02:32 +0000
commitedb57a8916649d83262802651eb1ea577b67c775 (patch)
tree5789fff54a160d5e2ba7b4cf580ca68183ba19df /res
parentf5e7ec262abc1ff84e36b6a30f427894b834b474 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@37432 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_agi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 96de36b83..e9b275ed0 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -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);