From e510bc93f95af000bd47766c2da913132ea59beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Sat, 19 Apr 2008 13:35:23 +0000 Subject: [PATCH] Remove DEBUGF tht slipped in git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17169 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/talk.c b/apps/talk.c index 4ecdc38901..db70a51dee 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -577,7 +577,7 @@ int talk_id(int32_t id, bool enqueue) return -1; decimals = (((uint32_t)id) >> DECIMAL_SHIFT) & 0x7; - DEBUGF("decimals %d\n", decimals); + /* check if this is a special ID, with a value */ unit = ((uint32_t)id) >> UNIT_SHIFT; if (unit || decimals)