--- a/cocoaTouch/TeamConfigViewController.m Thu Apr 22 17:43:12 2010 +0000
+++ b/cocoaTouch/TeamConfigViewController.m Sun Apr 25 02:30:42 2010 +0000
@@ -27,7 +27,6 @@
self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44);
}
-
-(void) viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
@@ -50,7 +49,6 @@
[emptyArray release];
[self.tableView reloadData];
- NSLog(@"%@",listOfTeams);
}
/*
@@ -69,7 +67,6 @@
}
*/
-
-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return rotationManager(interfaceOrientation);
}