Remove printout

This commit is contained in:
simon.kagstrom 2009-06-28 16:40:54 +00:00
parent 89b266b544
commit 70e3d1a797
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ static int maybe_load_kick_rom_list(const char *roms[])
for (p = roms; p; p++)
{
printf("Trying to open %s\n", *p);
/* OK to open? */
if (maybe_load_kick_rom(*p) == 0)
return 0;