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]; }];