Skip to content

Commit

Permalink
bluetooth: remove DEBUG definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Jun 5, 2016
1 parent 76477fc commit 2dc495d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions headers/private/bluetooth/btDebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dc495d

Please sign in to comment.