drivers/nble: debug: Remove extensive debug

Change-Id: I040c43abb7d84a77312fdc633dd522b2ca319fdc
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-02-09 11:37:47 +02:00 committed by Anas Nashif
commit 49a145c849

View file

@ -132,7 +132,6 @@ static int nble_read(struct device *uart, uint8_t *buf,
break;
}
BT_DBG("read %d remaining %d", rx, len - rx);
len -= rx;
total += rx;
buf += rx;