mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 23:25:40 +00:00
- Removed an unneeded printf() statement.
This commit is contained in:
parent
ddd6fa92ef
commit
4b994a873e
|
@ -256,7 +256,6 @@ const struct GameInfo * LoadROMSetFromZIPFile(const struct ROMMap *Map, const st
|
|||
DebugLog("%s also contains: %s (%s)\n", zipFile, CurGame->id, CurGame->title);
|
||||
if (multipleGameError == FALSE) // only warn about this once
|
||||
{
|
||||
printf("ROM=%s\n", CurGame->ROM[romIdx].fileName);
|
||||
ErrorLog("Multiple games were found in %s; loading \"%s\".", zipFile, Game->title);
|
||||
multipleGameError = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue