summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 4ecdc38..db70a51 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)