Skip to content
Snippets Groups Projects
Commit c1c50a42 authored by Morris Jette's avatar Morris Jette
Browse files

Modify logging logic to more easily disable

parent 6486499a
No related branches found
No related tags found
No related merge requests found
......@@ -1653,8 +1653,10 @@ static void _opt_args(int argc, char **argv)
opt.argv[command_pos] = fullpath;
}
}
/* for (i=0; i<opt.argc; i++) */
/* info("%d is '%s'", i, opt.argv[i]); */
#if 0
for (i=0; i<opt.argc; i++)
info("%d is '%s'", i, opt.argv[i]);
#endif
}
/*
......
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