Skip to content

Commit

Permalink
Set DEBUG to NO
Browse files Browse the repository at this point in the history
  • Loading branch information
arashpayan committed Feb 28, 2010
1 parent 254bf8c commit cdfba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appirater.h
Expand Up @@ -94,7 +94,7 @@ extern NSString *const kAppiraterDeclinedToRate;
'YES' will show the Appirater alert everytime. Useful for testing how your message
looks and making sure the link to your app's review page works.
*/
#define APPIRATER_DEBUG YES
#define APPIRATER_DEBUG NO

@interface Appirater : NSObject <UIAlertViewDelegate> {

Expand Down

0 comments on commit cdfba2f

Please sign in to comment.