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:
Thomas Martitz 2009-08-02 16:47:06 +00:00
parent ee0ab03286
commit 374b21ef8a
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}