From 3804befc131d1ffbe4f268d08e4b6a36c2349e51 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 29 Jan 2011 15:37:09 +0000 Subject: Ugh, remove debug output. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29167 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/pitchscreen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/gui/pitchscreen.c') diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c index c35140db90..087b3549e5 100644 --- a/apps/gui/pitchscreen.c +++ b/apps/gui/pitchscreen.c @@ -683,7 +683,6 @@ static int pitchscreen_do_touchscreen(struct viewport vps[]) } else if (x > (2*column)) { /* right column */ - debugf("%s(): %8x", __func__, ret); if (ret & BUTTON_REL) { wait_for_release = false; -- cgit v1.2.2