Remove DEBUGF tht slipped in

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17169 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2008-04-19 13:35:23 +00:00
parent 05d2bfd5e0
commit e510bc93f9

View file

@ -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)