multi accounts

This commit is contained in:
overtake 2017-02-21 11:15:56 +01:00
parent 32fb89ffc4
commit 628e22c688

View File

@ -16,7 +16,7 @@ void setBridgingTraceFunction(void (*f)(NSString *, NSString *)) {
#if TARGET_IPHONE_SIMULATOR
static bool loggingEnabled = true;
#elif defined(DEBUG)
static bool loggingEnabled = true;
static bool loggingEnabled = false;
#else
static bool loggingEnabled = false;
#endif