summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-08-02 16:47:06 +0000
committerThomas Martitz <kugel@rockbox.org>2009-08-02 16:47:06 +0000
commit374b21ef8a6905e95da245e019b7c7a69145871e (patch)
tree858e23447c87a9ace0127d2196c227ba70eb5e32 /apps/plugins/bubbles.c
parentee0ab03286dc98fa3153f8ceca81cffb9fd2d375 (diff)
downloadrockbox-374b21ef8a6905e95da245e019b7c7a69145871e.tar.gz
rockbox-374b21ef8a6905e95da245e019b7c7a69145871e.zip
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.c3
1 files changed, 1 insertions, 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) {
2180 ret = false; 2180 ret = false;
2181 } 2181 }
2182 2182
2183 DEBUGF("highlevel: %d\n", bb->highlevel);
2184 rb->close(fd); 2183 rb->close(fd);
2185 return ret; 2184 return ret;
2186} 2185}
@@ -2204,7 +2203,7 @@ static void bubbles_savegame(struct game_context* bb) {
2204 { 2203 {
2205 rb->splash(HZ/2, "Failed to save game"); 2204 rb->splash(HZ/2, "Failed to save game");
2206 } 2205 }
2207 DEBUGF("highlevel: %d\n", bb->highlevel); 2206
2208 rb->close(fd); 2207 rb->close(fd);
2209 2208
2210} 2209}