Remove two left-over DEBUGFs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22118 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee0ab03286
commit
374b21ef8a
1 changed files with 1 additions and 2 deletions
|
@ -2180,7 +2180,6 @@ static bool bubbles_loadgame(struct game_context* bb) {
|
|||
ret = false;
|
||||
}
|
||||
|
||||
DEBUGF("highlevel: %d\n", bb->highlevel);
|
||||
rb->close(fd);
|
||||
return ret;
|
||||
}
|
||||
|
@ -2204,7 +2203,7 @@ static void bubbles_savegame(struct game_context* bb) {
|
|||
{
|
||||
rb->splash(HZ/2, "Failed to save game");
|
||||
}
|
||||
DEBUGF("highlevel: %d\n", bb->highlevel);
|
||||
|
||||
rb->close(fd);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue