From 91027479103ecd19c9c0dfd46a77ae98685e0c8a Mon Sep 17 00:00:00 2001 From: Joe Goullaud Date: Thu, 26 Sep 2013 19:14:42 -0400 Subject: [PATCH] Turn logging back off. --- RZCollectionList/Classes/RZCollectionListProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RZCollectionList/Classes/RZCollectionListProtocol.h b/RZCollectionList/Classes/RZCollectionListProtocol.h index 517c360..26eb202 100644 --- a/RZCollectionList/Classes/RZCollectionListProtocol.h +++ b/RZCollectionList/Classes/RZCollectionListProtocol.h @@ -8,7 +8,7 @@ #import -#define kRZCollectionListNotificationsLogging 1 +#define kRZCollectionListNotificationsLogging 0 @protocol RZCollectionListSectionInfo