mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
Remove debugging logs.
This commit is contained in:
parent
ac6c576d29
commit
50c704933a
@ -802,9 +802,6 @@ static void parse_input(int argc, char *argv[])
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < argc; i++)
|
|
||||||
fprintf(stderr, "\targv[%d] = %s\n", i, argv[i]);
|
|
||||||
|
|
||||||
// Make sure we can call parse_input several times ...
|
// Make sure we can call parse_input several times ...
|
||||||
optind = 0;
|
optind = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user