Skip to content

Commit a741042

Browse files
committed
release 1.8.2 w/o the debug flag :)
1 parent 9e38bd0 commit a741042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/iOS/LoggerClient.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
// Set to 0 to disable internal debug completely
9797
// Set to 1 to activate console logs when running the logger itself
9898
// Set to 2 to see every logging call issued by the app, too
99-
#define LOGGER_DEBUG 1
99+
#define LOGGER_DEBUG 0
100100
#ifdef NSLog
101101
#undef NSLog
102102
#endif

0 commit comments

Comments
 (0)