From 374b21ef8a6905e95da245e019b7c7a69145871e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 2 Aug 2009 16:47:06 +0000 Subject: Remove two left-over DEBUGFs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22118 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 1f1e3ac905..9454fd14a3 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); } -- cgit v1.2.3