diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-08-02 16:47:06 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-08-02 16:47:06 +0000 |
| commit | 374b21ef8a6905e95da245e019b7c7a69145871e (patch) | |
| tree | 858e23447c87a9ace0127d2196c227ba70eb5e32 /apps/plugins/bubbles.c | |
| parent | ee0ab03286dc98fa3153f8ceca81cffb9fd2d375 (diff) | |
| download | rockbox-374b21ef8a6905e95da245e019b7c7a69145871e.zip rockbox-374b21ef8a6905e95da245e019b7c7a69145871e.tar.gz rockbox-374b21ef8a6905e95da245e019b7c7a69145871e.tar.bz2 rockbox-374b21ef8a6905e95da245e019b7c7a69145871e.tar.xz | |
Remove two left-over DEBUGFs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22118 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bubbles.c')
| -rw-r--r-- | apps/plugins/bubbles.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 1f1e3ac..9454fd1 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -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); } |