diff -r faee68a28b82 -r a3f0849f26bc cocoaTouch/TeamConfigViewController.m
--- a/cocoaTouch/TeamConfigViewController.m	Thu Apr 29 17:21:10 2010 +0000
+++ b/cocoaTouch/TeamConfigViewController.m	Thu Apr 29 18:53:22 2010 +0000
@@ -25,7 +25,6 @@
     
     CGSize screenSize = [[UIScreen mainScreen] bounds].size;
     self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44);
-    self.tableView.backgroundColor = [UIColor redColor];
 }
 
 -(void) viewWillAppear:(BOOL)animated {