Skip to content

Commit

Permalink
Change debug output to be off by default
Browse files Browse the repository at this point in the history
Signed-off-by: Aron Cedercrantz <[email protected]>
  • Loading branch information
rastersize committed Feb 20, 2012
1 parent 4664100 commit 2f9ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MKiCloudSync.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#import <Foundation/Foundation.h>

// Change to 1 to enable logging
#define MKiCloudSyncDebug 1
#define MKiCloudSyncDebug 0

// Posted
extern NSString *MKiCloudSyncDidUpdateNotification;
Expand Down

1 comment on commit 2f9ab1f

@a2
Copy link

@a2 a2 commented on 2f9ab1f Feb 26, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you submit a pull request with this change?

Please sign in to comment.