Remove debug log

This commit is contained in:
LoveSy 2020-11-25 19:23:34 +08:00 committed by 双草酸酯
parent d34c76e119
commit 45b28da6e1
1 changed files with 1 additions and 1 deletions

View File

@ -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(...)