From d4bcad2658130075d261691310558116da2b3b17 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Mon, 11 Jun 2012 23:44:02 +0200 Subject: [PATCH] Small fix of last commit. --- MasterPassword/iOS/MPMainViewController.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/MasterPassword/iOS/MPMainViewController.m b/MasterPassword/iOS/MPMainViewController.m index 7f71e930..1479d990 100644 --- a/MasterPassword/iOS/MPMainViewController.m +++ b/MasterPassword/iOS/MPMainViewController.m @@ -476,9 +476,6 @@ self.activeElement.type = type; - [TestFlight passCheckpoint:[NSString stringWithFormat:MPCheckpointSelectType, NSStringFromMPElementType( - type)]]; - if (type & MPElementTypeClassStored && ![[self.activeElement.content description] length]) [self showContentTip:@"Tap to set a password." withIcon:self.contentTipEditIcon]; }];