mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
TOLTECS: Disabled some leftover unnecessary debug output
This commit is contained in:
parent
84e6ceafbf
commit
4a03bb3e43
@ -475,7 +475,7 @@ int MenuSystem::loadSavegamesList() {
|
||||
if (in) {
|
||||
if (Toltecs::ToltecsEngine::readSaveHeader(in, false, header) == Toltecs::ToltecsEngine::kRSHENoError) {
|
||||
_savegames.push_back(SavegameItem(slotNum, header.description));
|
||||
debug("%s -> %s", file->c_str(), header.description.c_str());
|
||||
//debug("%s -> %s", file->c_str(), header.description.c_str());
|
||||
}
|
||||
delete in;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user