px4_getopt: commented out debug printf

This commit is contained in:
Ban Siesta 2015-05-25 18:32:32 +01:00
parent 40e9c83ed6
commit 198fa8d542
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
}