mirror of
https://github.com/binaryage/totalterminal.git
synced 2026-01-14 00:38:01 -05:00
5 lines
123 B
Objective-C
5 lines
123 B
Objective-C
// this is just a wrapper header to exclude compiling logger in release mode
|
|
|
|
#ifdef DEBUG
|
|
#include "LoggerClient.m"
|
|
#endif |