From 2f9ab1fa06a1178761a8e3e63743b6990e150b64 Mon Sep 17 00:00:00 2001 From: Aron Cedercrantz Date: Mon, 20 Feb 2012 14:34:22 +0100 Subject: [PATCH] Change debug output to be off by default Signed-off-by: Aron Cedercrantz --- MKiCloudSync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MKiCloudSync.h b/MKiCloudSync.h index 4d6b217..047b2ff 100644 --- a/MKiCloudSync.h +++ b/MKiCloudSync.h @@ -27,7 +27,7 @@ #import // Change to 1 to enable logging -#define MKiCloudSyncDebug 1 +#define MKiCloudSyncDebug 0 // Posted extern NSString *MKiCloudSyncDidUpdateNotification;