]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove debug code
authorAlan T. DeKok <aland@freeradius.org>
Mon, 2 Jul 2018 19:16:40 +0000 (15:16 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 2 Jul 2018 19:16:40 +0000 (15:16 -0400)
src/main/command.c

index bfae5a4c4502972f9b7aa0525d8c2d3a6e2adfd2..bb21bfc9d99dbdbc5d28ce57ac8a8e77fbbb24f5 100644 (file)
@@ -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.
                 */