mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Remove some unneeded printouts
This commit is contained in:
parent
8c5894b7ac
commit
c7023f1210
@ -147,8 +147,6 @@ public:
|
||||
|
||||
virtual void timeoutCallback()
|
||||
{
|
||||
printf("Hovering timed out over %s\n",
|
||||
this->pp_msgs[this->cur_sel]);
|
||||
Gui::gui->dv->loadGameInfo(this->pp_msgs[this->cur_sel]);
|
||||
}
|
||||
|
||||
|
@ -158,7 +158,6 @@ GameInfo *GameInfo::loadFromFile(const char *fileName)
|
||||
GameInfo *out = NULL;
|
||||
FILE *fp;
|
||||
|
||||
printf("Woho! I'll load %s\n", fileName);
|
||||
if (stat(fileName, &st) < 0)
|
||||
return NULL;
|
||||
if (st.st_size <= (signed)sizeof(struct game_info))
|
||||
|
Loading…
Reference in New Issue
Block a user