Skip to content
Snippets Groups Projects
Commit 62ae8f12 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Remove debug output.

parent 53161ad9
No related branches found
No related tags found
No related merge requests found
......@@ -591,7 +591,6 @@ static void parse_script_options(struct config *config,
{
struct option_list *opt = option_list;
while (opt != NULL) {
printf("opt->name = %s\n", opt->name);
int i;
int c = 0;
for (i = 0; options[i].name != NULL; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment