Skip to content

Commit

Permalink
release 1.8.2 w/o the debug flag :)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpillet committed Apr 19, 2017
1 parent 9e38bd0 commit a741042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/iOS/LoggerClient.m
Expand Up @@ -96,7 +96,7 @@
// Set to 0 to disable internal debug completely
// Set to 1 to activate console logs when running the logger itself
// Set to 2 to see every logging call issued by the app, too
#define LOGGER_DEBUG 1
#define LOGGER_DEBUG 0
#ifdef NSLog
#undef NSLog
#endif
Expand Down

0 comments on commit a741042

Please sign in to comment.