bluetooth: remove DEBUG definition.

This commit is contained in:
Jérôme Duval 2016-06-05 18:55:44 +02:00
parent 76477fc5a7
commit 2dc495dc53

View File

@ -6,8 +6,7 @@
#ifndef _BTDEBUG_H
#define _BTDEBUG_H
// XXX: Remove once things get "better"
#define DEBUG
#ifdef DEBUG
# define TRACE(x...) dprintf("bt: " x)
#else