技術メモです。Objective-Cやらなんやら。
// Debbugログ出力切り替え #ifdef DEBUG # define NSLog(...) NSLog(__VA_ARGS__) #else # define NSLog(...) {} #endif