[codereview] removed comment

This commit is contained in:
Dmitry Kunin 2013-04-26 18:59:38 +03:00 committed by Alex Zolotarev
parent 26e041edca
commit 12db9718fb

View file

@ -306,7 +306,6 @@
-(void)sendEmailWith:(NSString *)textFieldText andUrl:(NSString *)shortUrl
{
MFMailComposeViewController * mailVC = [[[MFMailComposeViewController alloc] init] autorelease];
//TODO create subject
NSString * httpGe0Url = [shortUrl stringByReplacingCharactersInRange:NSMakeRange(0, 6) withString:@"http://ge0.me/"];
if ([textFieldText isEqualToString:NSLocalizedString(@"my_position", nil)])