Skip to content

Commit

Permalink
Left some testing code in. Don't mind me.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenstein committed Jan 12, 2013
1 parent 04e3cec commit 87a16bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Appirater.m
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ + (void)rateApp {
#else
NSString *reviewURL = [templateReviewURL stringByReplacingOccurrencesOfString:@"APP_ID" withString:[NSString stringWithFormat:@"%@", _appId]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:reviewURL]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://google.com"]];
#endif
}
}
Expand Down

0 comments on commit 87a16bb

Please sign in to comment.