no message

This commit is contained in:
Peter 2016-10-07 19:34:07 +03:00
parent ebcf0fb93e
commit 760f58c6b1

View File

@ -16,7 +16,7 @@ void setBridgingTraceFunction(void (*f)(NSString *, NSString *)) {
#if TARGET_IPHONE_SIMULATOR #if TARGET_IPHONE_SIMULATOR
static bool loggingEnabled = false; static bool loggingEnabled = false;
#else #else
static bool loggingEnabled = true; static bool loggingEnabled = false;
#endif #endif
static void TGTelegramLoggingFunction(NSString *format, va_list args) { static void TGTelegramLoggingFunction(NSString *format, va_list args) {