diff --git a/src/application.cpp b/src/application.cpp index 9bb8c8e..22fb4d9 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -165,9 +165,6 @@ extern void gameChangeCallbackHandler(TApplication *app); extern void initAllSettings(TApplication *); void BetterApplicationProcess(TApplication *app) { - OSReport("Show settings on boot: %d\n", sShowSettingsOnBoot); - OSReport("Is first boot: %d\n", Application::isFirstBoot()); - initAllSettings(app); bool exitLoop = false; diff --git a/src/level_select/level_select.cpp b/src/level_select/level_select.cpp index f33b681..911ebaa 100644 --- a/src/level_select/level_select.cpp +++ b/src/level_select/level_select.cpp @@ -47,8 +47,6 @@ static bool sceneExists(u32 areaID, u32 episodeID) { strncpy(loc, ".szs", 4); } - OSReport("Checking for %s, stageID: %d\n", stageName, areaID); - if (DVDConvertPathToEntrynum(stageName) >= 0) { return true; } else {