Skip to content

Commit

Permalink
Remove some debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Jul 8, 2024
1 parent c59c5ac commit 844b763
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions src/level_select/level_select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 844b763

Please sign in to comment.