Remove debug log
This commit is contained in:
parent
d34c76e119
commit
45b28da6e1
|
|
@ -14,7 +14,7 @@
|
|||
#define LOGW(...)
|
||||
#define LOGE(...)
|
||||
#else
|
||||
#if 1
|
||||
#ifndef NDEBUG
|
||||
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
|
||||
#else
|
||||
#define LOGD(...)
|
||||
|
|
|
|||
Loading…
Reference in New Issue