forked from Archive/PX4-Autopilot
px4_getopt: commented out debug printf
This commit is contained in:
parent
40e9c83ed6
commit
198fa8d542
|
@ -73,7 +73,7 @@ static int reorder(int argc, char **argv, const char *options)
|
|||
tmpidx++;
|
||||
if (takesarg) {
|
||||
tmp_argv[tmpidx] = argv[idx+1];
|
||||
printf("tmp_argv[%d] = %s\n", tmpidx, tmp_argv[tmpidx]);
|
||||
// printf("tmp_argv[%d] = %s\n", tmpidx, tmp_argv[tmpidx]);
|
||||
tmpidx++;
|
||||
idx++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue