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:
parent
05d2bfd5e0
commit
e510bc93f9
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ int talk_id(int32_t id, bool enqueue)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
decimals = (((uint32_t)id) >> DECIMAL_SHIFT) & 0x7;
|
decimals = (((uint32_t)id) >> DECIMAL_SHIFT) & 0x7;
|
||||||
DEBUGF("decimals %d\n", decimals);
|
|
||||||
/* check if this is a special ID, with a value */
|
/* check if this is a special ID, with a value */
|
||||||
unit = ((uint32_t)id) >> UNIT_SHIFT;
|
unit = ((uint32_t)id) >> UNIT_SHIFT;
|
||||||
if (unit || decimals)
|
if (unit || decimals)
|
||||||
|
|
Loading…
Reference in a new issue