diff -r 717b4e46e855 -r cfc6cd502f85 cocoaTouch/SingleTeamViewController.m --- a/cocoaTouch/SingleTeamViewController.m Mon Apr 19 15:30:11 2010 +0000 +++ b/cocoaTouch/SingleTeamViewController.m Wed Apr 21 01:57:23 2010 +0000 @@ -74,11 +74,6 @@ [saveButton release]; } -// we save every time a textfield is edited, so we don't risk to update only the hogs or only the temname --(BOOL) textFieldShouldEndEditing:(UITextField *)aTextField { - return [self save:nil]; -} - // the textfield has been modified, check for empty strings and restore original navigation bar -(void) textFieldDidEndEditing:(UITextField *)aTextField{ if ([textFieldBeingEdited.text length] == 0)