From 77298b88d278978cf6588faddf83c210b8183c0b Mon Sep 17 00:00:00 2001 From: adamkaplan Date: Sat, 8 Aug 2015 21:27:53 -0400 Subject: [PATCH] YMLog now only enabled in DEBUG (previous check only valid within the Yahoo iOS environment. --- YMCache/YMLog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YMCache/YMLog.h b/YMCache/YMLog.h index 5426bdd..fba28b6 100644 --- a/YMCache/YMLog.h +++ b/YMCache/YMLog.h @@ -3,7 +3,7 @@ // Licensed under the terms of the MIT License. See LICENSE file in the project root. //compile out any logging for production builds -#ifdef DISTRIBUTION +#ifndef DEBUG // no-op both YFLog and NSLog in release mode #define YMLog_(lvl, fmt, ...) NSLog