Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xroche committed Aug 27, 2013
1 parent d27fd8b commit 9a6c012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/coffeecatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <dlfcn.h>
#include "coffeecatch.h"

#define NDK_DEBUG 1
/*#define NDK_DEBUG 1*/
#if ( defined(NDK_DEBUG) && ( NDK_DEBUG == 1 ) )
#define DEBUG(A) do { A; } while(0)
#define FD_ERRNO 2
Expand Down

0 comments on commit 9a6c012

Please sign in to comment.