From: Alan T. DeKok Date: Mon, 2 Jul 2018 19:16:40 +0000 (-0400) Subject: remove debug code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e4240a49dfe301dbace12bb0709b7b73cfba88;p=thirdparty%2Ffreeradius-server.git remove debug code --- diff --git a/src/main/command.c b/src/main/command.c index bfae5a4c450..bb21bfc9d99 100644 --- a/src/main/command.c +++ b/src/main/command.c @@ -1147,7 +1147,6 @@ int fr_command_str_to_argv(fr_cmd_t *head, fr_cmd_info_t *info, char *str) * Find the matching command. */ for (i = 0; i < argc; i++) { - printf("argv[%d] = %s\n", i, info->argv[i]); /* * Look for a child command. */